Class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingSkugroupskusV1betaGeoTaxonomy

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 geographic metadata, such as regions and multi-regions like us- east4 or European Union.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudBillingSkugroupskusV1betaGeoTaxonomy

Returns a new instance of GoogleCloudBillingSkugroupskusV1betaGeoTaxonomy.



2030
2031
2032
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 2030

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

Instance Attribute Details

#global_metadataGoogle::Apis::CloudbillingV1beta::GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyGlobal

Encapsulates a global geographic taxonomy. Corresponds to the JSON property globalMetadata



2013
2014
2015
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 2013

def 
  @global_metadata
end

#multi_regional_metadataGoogle::Apis::CloudbillingV1beta::GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyMultiRegional

Encapsulates a multi-regional geographic taxonomy. Corresponds to the JSON property multiRegionalMetadata



2018
2019
2020
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 2018

def 
  @multi_regional_metadata
end

#regional_metadataGoogle::Apis::CloudbillingV1beta::GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyRegional

Encapsulates a regional geographic taxonomy. Corresponds to the JSON property regionalMetadata



2023
2024
2025
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 2023

def 
  @regional_metadata
end

#typeString

Type of geographic taxonomy associated with the SKU group SKU. Corresponds to the JSON property type

Returns:

  • (String)


2028
2029
2030
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 2028

def type
  @type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2035
2036
2037
2038
2039
2040
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 2035

def update!(**args)
  @global_metadata = args[:global_metadata] if args.key?(:global_metadata)
  @multi_regional_metadata = args[:multi_regional_metadata] if args.key?(:multi_regional_metadata)
  @regional_metadata = args[:regional_metadata] if args.key?(:regional_metadata)
  @type = args[:type] if args.key?(:type)
end