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.



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

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



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

def cloud_marketplace
  @cloud_marketplace
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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