Class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyRegional

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyRegional

Returns a new instance of GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyRegional.



2109
2110
2111
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 2109

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#regionGoogle::Apis::CloudbillingV1beta::GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyRegion

Encapsulates a Google Cloud region. Corresponds to the JSON property region



2107
2108
2109
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 2107

def region
  @region
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2114
2115
2116
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 2114

def update!(**args)
  @region = args[:region] if args.key?(:region)
end