Class: Google::Apis::AnalyticshubV1beta1::GoogleCloudMarketplaceInfo
- Inherits:
-
Object
- Object
- Google::Apis::AnalyticshubV1beta1::GoogleCloudMarketplaceInfo
- 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
Cloud Marketplace commercial metadata for this subscription.
Instance Attribute Summary collapse
-
#order ⇒ String
Resource name of the Marketplace Order.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudMarketplaceInfo
constructor
A new instance of GoogleCloudMarketplaceInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudMarketplaceInfo
Returns a new instance of GoogleCloudMarketplaceInfo.
536 537 538 |
# File 'lib/google/apis/analyticshub_v1beta1/classes.rb', line 536 def initialize(**args) update!(**args) end |
Instance Attribute Details
#order ⇒ String
Resource name of the Marketplace Order.
Corresponds to the JSON property order
534 535 536 |
# File 'lib/google/apis/analyticshub_v1beta1/classes.rb', line 534 def order @order end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
541 542 543 |
# File 'lib/google/apis/analyticshub_v1beta1/classes.rb', line 541 def update!(**args) @order = args[:order] if args.key?(:order) end |