Class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskusV1betaTaxonomyCategory
- Inherits:
-
Object
- Object
- Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskusV1betaTaxonomyCategory
- 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 a product category.
Instance Attribute Summary collapse
-
#category ⇒ String
Name of the product category.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudBillingBillingaccountskusV1betaTaxonomyCategory
constructor
A new instance of GoogleCloudBillingBillingaccountskusV1betaTaxonomyCategory.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudBillingBillingaccountskusV1betaTaxonomyCategory
Returns a new instance of GoogleCloudBillingBillingaccountskusV1betaTaxonomyCategory.
1751 1752 1753 |
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 1751 def initialize(**args) update!(**args) end |
Instance Attribute Details
#category ⇒ String
Name of the product category.
Corresponds to the JSON property category
1749 1750 1751 |
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 1749 def category @category end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1756 1757 1758 |
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 1756 def update!(**args) @category = args[:category] if args.key?(:category) end |