Class GoogleCloudChannelV1BillableSku
Represents the Billable SKU information.
Implements
Inherited Members
Namespace: Google.Apis.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1BillableSku : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Service
Resource name of Service which contains Repricing SKU. Format: services/{service}. Example: "services/B7D9-FDCB-15D8".
Declaration
[JsonProperty("service")]
public virtual string Service { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceDisplayName
Unique human readable name for the Service.
Declaration
[JsonProperty("serviceDisplayName")]
public virtual string ServiceDisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
Sku
Resource name of Billable SKU. Format: billableSkus/{sku}. Example: billableSkus/6E1B-6634-470F".
Declaration
[JsonProperty("sku")]
public virtual string Sku { get; set; }
Property Value
Type | Description |
---|---|
string |
SkuDisplayName
Unique human readable name for the SKU.
Declaration
[JsonProperty("skuDisplayName")]
public virtual string SkuDisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |