Class GoogleCloudChannelV1SkuGroupCondition
A condition that applies the override if a line item SKU is found in the SKU group.
Implements
Inherited Members
Namespace: Google.Apis.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1SkuGroupCondition : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SkuGroup
Specifies a SKU group (https://cloud.google.com/skus/sku-groups). Resource name of SKU group. Format: accounts/{account}/skuGroups/{sku_group}. Example: "accounts/C01234/skuGroups/3d50fd57-3157-4577-a5a9-a219b8490041".
Declaration
[JsonProperty("skuGroup")]
public virtual string SkuGroup { get; set; }
Property Value
Type | Description |
---|---|
string |