Class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingSkugroupskusV1betaProductTaxonomy
- Inherits:
-
Object
- Object
- Google::Apis::CloudbillingV1beta::GoogleCloudBillingSkugroupskusV1betaProductTaxonomy
- 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::GoogleCloudBillingSkugroupskusV1betaTaxonomyCategory>
All product categories that the SKU group SKU belongs to.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudBillingSkugroupskusV1betaProductTaxonomy
constructor
A new instance of GoogleCloudBillingSkugroupskusV1betaProductTaxonomy.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudBillingSkugroupskusV1betaProductTaxonomy
Returns a new instance of GoogleCloudBillingSkugroupskusV1betaProductTaxonomy.
2149 2150 2151 |
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 2149 def initialize(**args) update!(**args) end |
Instance Attribute Details
#taxonomy_categories ⇒ Array<Google::Apis::CloudbillingV1beta::GoogleCloudBillingSkugroupskusV1betaTaxonomyCategory>
All product categories that the SKU group SKU belongs to.
Corresponds to the JSON property taxonomyCategories
2147 2148 2149 |
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 2147 def taxonomy_categories @taxonomy_categories end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2154 2155 2156 |
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 2154 def update!(**args) @taxonomy_categories = args[:taxonomy_categories] if args.key?(:taxonomy_categories) end |