public sealed class GeoTaxonomy : IMessage<GeoTaxonomy>, IEquatable<GeoTaxonomy>, IDeepCloneable<GeoTaxonomy>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Billing v1 API class GeoTaxonomy.
Encapsulates the geographic taxonomy data for a sku.
Implements
IMessageGeoTaxonomy, IEquatableGeoTaxonomy, IDeepCloneableGeoTaxonomy, IBufferMessage, IMessageNamespace
Google.Cloud.Billing.V1Assembly
Google.Cloud.Billing.V1.dll
Constructors
GeoTaxonomy()
public GeoTaxonomy()GeoTaxonomy(GeoTaxonomy)
public GeoTaxonomy(GeoTaxonomy other)| Parameter | |
|---|---|
| Name | Description |
other |
GeoTaxonomy |
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 | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Type
public GeoTaxonomy.Types.Type Type { get; set; }The type of Geo Taxonomy: GLOBAL, REGIONAL, or MULTI_REGIONAL.
| Property Value | |
|---|---|
| Type | Description |
GeoTaxonomyTypesType |
|