Google Cloud Billing v1 API - Class GeoTaxonomy (3.2.0)

public sealed class GeoTaxonomy : IMessage<GeoTaxonomy>, IEquatable<GeoTaxonomy>, IDeepCloneable<GeoTaxonomy>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Billing v1 API class GeoTaxonomy.

Encapsulates the geographic taxonomy data for a sku.

Inheritance

Object > GeoTaxonomy

Namespace

Google.Cloud.Billing.V1

Assembly

Google.Cloud.Billing.V1.dll

Constructors

GeoTaxonomy()

public GeoTaxonomy()

GeoTaxonomy(GeoTaxonomy)

public GeoTaxonomy(GeoTaxonomy other)
Parameter
NameDescription
otherGeoTaxonomy

Properties

Regions

public RepeatedField<string> Regions { get; }

The list of regions associated with a sku. Empty for Global skus, which are associated with all Google Cloud regions.

Property Value
TypeDescription
RepeatedField<String>

Type

public GeoTaxonomy.Types.Type Type { get; set; }

The type of Geo Taxonomy: GLOBAL, REGIONAL, or MULTI_REGIONAL.

Property Value
TypeDescription
GeoTaxonomy.Types.Type