public sealed class PurchasableSku : IMessage<PurchasableSku>, IEquatable<PurchasableSku>, IDeepCloneable<PurchasableSku>, IBufferMessage, IMessage
SKU that can be used for a puchase. This is used in ListPurchasableSku API response.
Implements
Google.Protobuf.IMessage<PurchasableSku>, IEquatable<PurchasableSku>, Google.Protobuf.IDeepCloneable<PurchasableSku>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
PurchasableSku()
public PurchasableSku()
PurchasableSku(PurchasableSku)
public PurchasableSku(PurchasableSku other)
Parameter | |
---|---|
Name | Description |
other | PurchasableSku |
Properties
Sku
public Sku Sku { get; set; }
SKU
Property Value | |
---|---|
Type | Description |
Sku |