Class: Google::Apis::AnalyticshubV1beta1::GoogleCloudMarketplaceInfo

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#orderString

Resource name of the Marketplace Order. Corresponds to the JSON property order

Returns:

  • (String)


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