Cloud Channel v1 API - Class PurchasableSku (2.9.0)

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

Reference documentation and code samples for the Cloud Channel v1 API class PurchasableSku.

SKU that you can purchase. This is used in ListPurchasableSku API response.

Inheritance

object > PurchasableSku

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

PurchasableSku()

public PurchasableSku()

PurchasableSku(PurchasableSku)

public PurchasableSku(PurchasableSku other)
Parameter
NameDescription
otherPurchasableSku

Properties

Sku

public Sku Sku { get; set; }

SKU

Property Value
TypeDescription
Sku