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.



2103
2104
2105
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 2103

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

Instance Attribute Details

#regionGoogle::Apis::CloudbillingV1beta::GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyRegion

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



2101
2102
2103
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 2101

def region
  @region
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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