Class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyMultiRegional

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 multi-regional geographic taxonomy.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyMultiRegional

Returns a new instance of GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyMultiRegional.



2065
2066
2067
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 2065

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

Instance Attribute Details

#regionsArray<Google::Apis::CloudbillingV1beta::GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyRegion>

Google Cloud regions associated with the multi-regional geographic taxonomy. Corresponds to the JSON property regions



2063
2064
2065
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 2063

def regions
  @regions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2070
2071
2072
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 2070

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