Cloud Channel v1 API - Class BillableSku (2.11.0)

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

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

Represents the Billable SKU information.

Inheritance

object > BillableSku

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

BillableSku()

public BillableSku()

BillableSku(BillableSku)

public BillableSku(BillableSku other)
Parameter
NameDescription
otherBillableSku

Properties

Service

public string Service { get; set; }

Resource name of Service which contains Repricing SKU. Format: services/{service}. Example: "services/B7D9-FDCB-15D8".

Property Value
TypeDescription
string

ServiceDisplayName

public string ServiceDisplayName { get; set; }

Unique human readable name for the Service.

Property Value
TypeDescription
string

Sku

public string Sku { get; set; }

Resource name of Billable SKU. Format: billableSkus/{sku}. Example: billableSkus/6E1B-6634-470F".

Property Value
TypeDescription
string

SkuDisplayName

public string SkuDisplayName { get; set; }

Unique human readable name for the SKU.

Property Value
TypeDescription
string