Class: Google::Apis::AnalyticshubV1::GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfo

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

Commercial info metadata for this subscription.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfo

Returns a new instance of GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfo.



1064
1065
1066
# File 'lib/google/apis/analyticshub_v1/classes.rb', line 1064

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

Instance Attribute Details

#cloud_marketplaceGoogle::Apis::AnalyticshubV1::GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfoGoogleCloudMarketplaceInfo

Cloud Marketplace commercial metadata for this subscription. Corresponds to the JSON property cloudMarketplace



1062
1063
1064
# File 'lib/google/apis/analyticshub_v1/classes.rb', line 1062

def cloud_marketplace
  @cloud_marketplace
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1069
1070
1071
# File 'lib/google/apis/analyticshub_v1/classes.rb', line 1069

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