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.



1741
1742
1743
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 1741

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



1739
1740
1741
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 1739

def taxonomy_categories
  @taxonomy_categories
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1746
1747
1748
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 1746

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