Class GoogleCloudBillingBillingaccountskugroupskusV1betaBillingAccountSkuGroupSku
Encapsulates a SKU that is part of a billing account SKU group.
Implements
Inherited Members
Namespace: Google.Apis.Cloudbilling.v1beta.Data
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class GoogleCloudBillingBillingaccountskugroupskusV1betaBillingAccountSkuGroupSku : IDirectResponseSchema
Properties
BillingAccountService
BillingAccountService that the BillingAccountSkuGroupSku belongs to.
Declaration
[JsonProperty("billingAccountService")]
public virtual string BillingAccountService { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
Description of the BillingAccountSkuGroupSku. Example: "A2 Instance Core running in Hong Kong".
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GeoTaxonomy
Geographic metadata that applies to the BillingAccountSkuGroupSku.
Declaration
[JsonProperty("geoTaxonomy")]
public virtual GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomy GeoTaxonomy { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomy |
Name
Resource name for the BillingAccountSkuGroupSku. Example: "billingAccounts/012345-567890-ABCDEF/skuGroups/0e6403d1-4694-44d2-a696-7a78b1a69301/skus/AA95-CD31-42FE".
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ProductTaxonomy
List of product categories that apply to the BillingAccountSkuGroupSku.
Declaration
[JsonProperty("productTaxonomy")]
public virtual GoogleCloudBillingBillingaccountskugroupskusV1betaProductTaxonomy ProductTaxonomy { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudBillingBillingaccountskugroupskusV1betaProductTaxonomy |
SkuId
Unique identifier for the SKU. It is the string after the collection identifier "skus/" Example: "AA95-CD31-42FE".
Declaration
[JsonProperty("skuId")]
public virtual string SkuId { get; set; }
Property Value
Type | Description |
---|---|
string |