Class TransferableSku (1.0.0)

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

TransferableSku represents information a reseller needs to view existing provisioned services for a customer that they do not own. Read-only.

Inheritance

Object > TransferableSku

Implements

Google.Protobuf.IMessage<TransferableSku>, IEquatable<TransferableSku>, Google.Protobuf.IDeepCloneable<TransferableSku>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

TransferableSku()

public TransferableSku()

TransferableSku(TransferableSku)

public TransferableSku(TransferableSku other)
Parameter
NameDescription
otherTransferableSku

Properties

Sku

public Sku Sku { get; set; }

The SKU pertaining to the provisioning resource as specified in the Offer.

Property Value
TypeDescription
Sku

TransferEligibility

public TransferEligibility TransferEligibility { get; set; }

Describes the transfer eligibility of a SKU.

Property Value
TypeDescription
TransferEligibility