Class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskusV1betaProductTaxonomy
- Inherits:
-
Object
- Object
- Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskusV1betaProductTaxonomy
- 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
-
#taxonomy_categories ⇒ Array<Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskusV1betaTaxonomyCategory>
All product categories that the billing account SKU belong to.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudBillingBillingaccountskusV1betaProductTaxonomy
constructor
A new instance of GoogleCloudBillingBillingaccountskusV1betaProductTaxonomy.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_categories ⇒ Array<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 |