Class GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyMultiRegional
Encapsulates a multi-regional geographic taxonomy.
Implements
Inherited Members
Namespace: Google.Apis.Cloudbilling.v1beta.Data
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyMultiRegional : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Regions
Google Cloud regions associated with the multi-regional geographic taxonomy.
Declaration
[JsonProperty("regions")]
public virtual IList<GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyRegion> Regions { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyRegion> |