Class LogicalProductVariant
Represents a distinct offering derived from a primary product that retains core functionalities but offers specialized features for a specific market segment.
Implements
Inherited Members
Namespace: Google.Apis.CloudProductRegistry.v1.Data
Assembly: Google.Apis.CloudProductRegistry.v1.dll
Syntax
public class LogicalProductVariant : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LifecycleState
Output only. Current Lifecycle state of the logical product variant.
Declaration
[JsonProperty("lifecycleState")]
public virtual string LifecycleState { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Identifier. The resource name of the LogicalProductVariant. Format: logicalProducts/{logical_product}/variants/{variant}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Replaced
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.
Declaration
[JsonProperty("replaced")]
public virtual bool? Replaced { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
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.
Declaration
[JsonProperty("replacement")]
public virtual string Replacement { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Title
Display name of the LogicalProductVariant.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |