Class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyRegional
- Inherits:
-
Object
- Object
- Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyRegional
- 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 regional geographic taxonomy.
Instance Attribute Summary collapse
-
#region ⇒ Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyRegion
Encapsulates a Google Cloud region.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyRegional
constructor
A new instance of GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyRegional.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyRegional
Returns a new instance of GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyRegional.
1457 1458 1459 |
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 1457 def initialize(**args) update!(**args) end |
Instance Attribute Details
#region ⇒ Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyRegion
Encapsulates a Google Cloud region.
Corresponds to the JSON property region
1455 1456 1457 |
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 1455 def region @region end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1462 1463 1464 |
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 1462 def update!(**args) @region = args[:region] if args.key?(:region) end |