Class: Google::Apis::AnalyticshubV1beta1::CommercialInfo
- Inherits:
-
Object
- Object
- Google::Apis::AnalyticshubV1beta1::CommercialInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/analyticshub_v1beta1/classes.rb,
lib/google/apis/analyticshub_v1beta1/representations.rb,
lib/google/apis/analyticshub_v1beta1/representations.rb
Overview
Commercial info metadata for this subscription.
Instance Attribute Summary collapse
-
#cloud_marketplace ⇒ Google::Apis::AnalyticshubV1beta1::GoogleCloudMarketplaceInfo
Cloud Marketplace commercial metadata for this subscription.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CommercialInfo
constructor
A new instance of CommercialInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CommercialInfo
Returns a new instance of CommercialInfo.
231 232 233 |
# File 'lib/google/apis/analyticshub_v1beta1/classes.rb', line 231 def initialize(**args) update!(**args) end |
Instance Attribute Details
#cloud_marketplace ⇒ Google::Apis::AnalyticshubV1beta1::GoogleCloudMarketplaceInfo
Cloud Marketplace commercial metadata for this subscription.
Corresponds to the JSON property cloudMarketplace
229 230 231 |
# File 'lib/google/apis/analyticshub_v1beta1/classes.rb', line 229 def cloud_marketplace @cloud_marketplace end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
236 237 238 |
# File 'lib/google/apis/analyticshub_v1beta1/classes.rb', line 236 def update!(**args) @cloud_marketplace = args[:cloud_marketplace] if args.key?(:cloud_marketplace) end |