public sealed class SkuGroupCondition : IMessage<SkuGroupCondition>, IEquatable<SkuGroupCondition>, IDeepCloneable<SkuGroupCondition>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Channel v1 API class SkuGroupCondition.
A condition that applies the override if a line item SKU is found in the SKU group.
Implements
IMessageSkuGroupCondition, IEquatableSkuGroupCondition, IDeepCloneableSkuGroupCondition, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
SkuGroupCondition()
public SkuGroupCondition()SkuGroupCondition(SkuGroupCondition)
public SkuGroupCondition(SkuGroupCondition other)| Parameter | |
|---|---|
| Name | Description |
other |
SkuGroupCondition |
Properties
SkuGroup
public string SkuGroup { get; set; }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".
| Property Value | |
|---|---|
| Type | Description |
string |
|