Class: Google::Apis::AnalyticshubV1::GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfoGoogleCloudMarketplaceInfo

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/analyticshub_v1/classes.rb,
lib/google/apis/analyticshub_v1/representations.rb,
lib/google/apis/analyticshub_v1/representations.rb

Overview

Cloud Marketplace commercial metadata for this subscription.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfoGoogleCloudMarketplaceInfo

Returns a new instance of GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfoGoogleCloudMarketplaceInfo.



1084
1085
1086
# File 'lib/google/apis/analyticshub_v1/classes.rb', line 1084

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#orderString

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

Returns:

  • (String)


1082
1083
1084
# File 'lib/google/apis/analyticshub_v1/classes.rb', line 1082

def order
  @order
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1089
1090
1091
# File 'lib/google/apis/analyticshub_v1/classes.rb', line 1089

def update!(**args)
  @order = args[:order] if args.key?(:order)
end