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.
Implements
IMessageBillableSku, IEquatableBillableSku, IDeepCloneableBillableSku, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
BillableSku()
public BillableSku()
BillableSku(BillableSku)
public BillableSku(BillableSku other)
Parameter | |
---|---|
Name | Description |
other |
BillableSku |
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 | |
---|---|
Type | Description |
string |
ServiceDisplayName
public string ServiceDisplayName { get; set; }
Unique human readable name for the Service.
Property Value | |
---|---|
Type | Description |
string |
Sku
public string Sku { get; set; }
Resource name of Billable SKU. Format: billableSkus/{sku}. Example: billableSkus/6E1B-6634-470F".
Property Value | |
---|---|
Type | Description |
string |
SkuDisplayName
public string SkuDisplayName { get; set; }
Unique human readable name for the SKU.
Property Value | |
---|---|
Type | Description |
string |