Show / Hide Table of Contents

Class GoogleCloudBillingSkugroupskusV1betaGeoTaxonomy

Encapsulates geographic metadata, such as regions and multi-regions like us-east4 or European Union.

Inheritance
object
GoogleCloudBillingSkugroupskusV1betaGeoTaxonomy
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 GoogleCloudBillingSkugroupskusV1betaGeoTaxonomy : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GlobalMetadata

Global geographic metadata with no regions.

Declaration
[JsonProperty("globalMetadata")]
public virtual GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyGlobal GlobalMetadata { get; set; }
Property Value
Type Description
GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyGlobal

MultiRegionalMetadata

Multi-regional geographic metadata with 2 or more regions.

Declaration
[JsonProperty("multiRegionalMetadata")]
public virtual GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyMultiRegional MultiRegionalMetadata { get; set; }
Property Value
Type Description
GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyMultiRegional

RegionalMetadata

Regional geographic metadata with 1 region.

Declaration
[JsonProperty("regionalMetadata")]
public virtual GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyRegional RegionalMetadata { get; set; }
Property Value
Type Description
GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyRegional

Type

Type of geographic taxonomy associated with the SKU group SKU.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX