Class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyRegion
- Inherits:
-
Object
- Object
- Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyRegion
- 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 Google Cloud region.
Instance Attribute Summary collapse
-
#region ⇒ String
Description of a Google Cloud region.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyRegion
constructor
A new instance of GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyRegion.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyRegion
Returns a new instance of GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyRegion.
1667 1668 1669 |
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 1667 def initialize(**args) update!(**args) end |
Instance Attribute Details
#region ⇒ String
Description of a Google Cloud region. Example: "us-west2".
Corresponds to the JSON property region
1665 1666 1667 |
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 1665 def region @region end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1672 1673 1674 |
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 1672 def update!(**args) @region = args[:region] if args.key?(:region) end |