Class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyMultiRegional
- Inherits:
-
Object
- Object
- Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyMultiRegional
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudbilling_v1beta/classes.rb,
lib/google/apis/cloudbilling_v1beta/representations.rb,
lib/google/apis/cloudbilling_v1beta/representations.rb
Overview
Encapsulates a multi-regional geographic taxonomy.
Instance Attribute Summary collapse
-
#regions ⇒ Array<Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyRegion>
Google Cloud regions associated with the multi-regional geographic taxonomy.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyMultiRegional
constructor
A new instance of GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyMultiRegional.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyMultiRegional
Returns a new instance of GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyMultiRegional.
1648 1649 1650 |
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 1648 def initialize(**args) update!(**args) end |
Instance Attribute Details
#regions ⇒ Array<Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyRegion>
Google Cloud regions associated with the multi-regional geographic taxonomy.
Corresponds to the JSON property regions
1646 1647 1648 |
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 1646 def regions @regions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1653 1654 1655 |
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 1653 def update!(**args) @regions = args[:regions] if args.key?(:regions) end |