Cloud Channel v1 API - Class SkuGroupCondition (2.11.0)

public sealed class SkuGroupCondition : IMessage<SkuGroupCondition>, IEquatable<SkuGroupCondition>, IDeepCloneable<SkuGroupCondition>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > SkuGroupCondition

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

SkuGroupCondition()

public SkuGroupCondition()

SkuGroupCondition(SkuGroupCondition)

public SkuGroupCondition(SkuGroupCondition other)
Parameter
NameDescription
otherSkuGroupCondition

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
TypeDescription
string