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.



2086
2087
2088
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 2086

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

Instance Attribute Details

#regionGoogle::Apis::CloudbillingV1beta::GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyRegion

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



2084
2085
2086
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 2084

def region
  @region
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2091
2092
2093
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 2091

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