Class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskusV1betaProductTaxonomy

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 product categories, such as Serverless, Cloud Run, TaskQueue , and others.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudBillingBillingaccountskusV1betaProductTaxonomy

Returns a new instance of GoogleCloudBillingBillingaccountskusV1betaProductTaxonomy.



1732
1733
1734
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 1732

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

Instance Attribute Details

#taxonomy_categoriesArray<Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskusV1betaTaxonomyCategory>

All product categories that the billing account SKU belong to. Corresponds to the JSON property taxonomyCategories



1730
1731
1732
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 1730

def taxonomy_categories
  @taxonomy_categories
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1737
1738
1739
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 1737

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