Class GoogleCloudBillingSkugroupskusV1betaSkuGroupSku
Encapsulates a publicly listed stock keeping unit (SKU) that is part of a publicly listed SKU group. A SKU group
represents a collection of SKUs that are related to each other. For example, the AI Platform APIs
SKU group
includes SKUs from the Cloud Dialogflow API, the Cloud Text-to-Speech API, and additional related APIs.
Implements
Inherited Members
Namespace: Google.Apis.Cloudbilling.v1beta.Data
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class GoogleCloudBillingSkugroupskusV1betaSkuGroupSku : IDirectResponseSchema
Properties
DisplayName
Description of the SkuGroupSku. 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 SkuGroupSku.
Declaration
[JsonProperty("geoTaxonomy")]
public virtual GoogleCloudBillingSkugroupskusV1betaGeoTaxonomy GeoTaxonomy { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudBillingSkugroupskusV1betaGeoTaxonomy |
Name
Resource name for the SkuGroupSku. Example: "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 SkuGroupSku.
Declaration
[JsonProperty("productTaxonomy")]
public virtual GoogleCloudBillingSkugroupskusV1betaProductTaxonomy ProductTaxonomy { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudBillingSkugroupskusV1betaProductTaxonomy |
Service
Service that the SkuGroupSku belongs to.
Declaration
[JsonProperty("service")]
public virtual string Service { get; set; }
Property Value
Type | Description |
---|---|
string |
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 |