LogicalProductVariant
import type { LogicalProductVariant } from "https://googleapis.deno.dev/v1/cloudproductregistry:v1.ts";Represents a distinct offering derived from a primary product that retains core functionalities but offers specialized features for a specific market segment.
§Properties
Output only. Current Lifecycle state of the logical product variant.
Identifier. The resource name of the LogicalProductVariant. Format: logicalProducts/{logical_product}/variants/{variant}
Output only. Indicates whether the logical product variant has been
replaced. If false, the variant is active. If true, the variant has
been replaced by another type, and the replacement field contains the
resource name of that replacement.
Output only. The resource name of the Logical Entity that the logical product variant is replaced by. This field is only populated when this logical product variant is replaced by some other type. Eg: logicalProducts/{logical_product}, productSuites/{product_suite}, etc.