Show / Hide Table of Contents

Class GoogleCloudBillingBillingaccountskusV1betaBillingAccountSku

Encapsulates a stock keeping unit (SKU) visible to a billing account. A SKU distinctly identifies a resource that you can purchase. For a list of available SKUs, see SKUs.

Inheritance
object
GoogleCloudBillingBillingaccountskusV1betaBillingAccountSku
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Cloudbilling.v1beta.Data
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class GoogleCloudBillingBillingaccountskusV1betaBillingAccountSku : IDirectResponseSchema

Properties

BillingAccountService

BillingAccountService that the BillingAccountSku belongs to.

Declaration
[JsonProperty("billingAccountService")]
public virtual string BillingAccountService { get; set; }
Property Value
Type Description
string

DisplayName

Description of the BillingAccountSku. 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 BillingAccountSku.

Declaration
[JsonProperty("geoTaxonomy")]
public virtual GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomy GeoTaxonomy { get; set; }
Property Value
Type Description
GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomy

Name

Resource name for the BillingAccountSku. Example: "billingAccounts/012345-567890-ABCDEF/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 BillingAccountSku.

Declaration
[JsonProperty("productTaxonomy")]
public virtual GoogleCloudBillingBillingaccountskusV1betaProductTaxonomy ProductTaxonomy { get; set; }
Property Value
Type Description
GoogleCloudBillingBillingaccountskusV1betaProductTaxonomy

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX