Class: Google::Apis::AnalyticshubV1::GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfo
- Inherits:
-
Object
- Object
- Google::Apis::AnalyticshubV1::GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfo
- 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
-
#cloud_marketplace ⇒ Google::Apis::AnalyticshubV1::GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfoGoogleCloudMarketplaceInfo
Cloud Marketplace commercial metadata for this subscription.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfo
constructor
A new instance of GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfo
Returns a new instance of GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfo.
965 966 967 |
# File 'lib/google/apis/analyticshub_v1/classes.rb', line 965 def initialize(**args) update!(**args) end |
Instance Attribute Details
#cloud_marketplace ⇒ Google::Apis::AnalyticshubV1::GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfoGoogleCloudMarketplaceInfo
Cloud Marketplace commercial metadata for this subscription.
Corresponds to the JSON property cloudMarketplace
963 964 965 |
# File 'lib/google/apis/analyticshub_v1/classes.rb', line 963 def cloud_marketplace @cloud_marketplace end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
970 971 972 |
# File 'lib/google/apis/analyticshub_v1/classes.rb', line 970 def update!(**args) @cloud_marketplace = args[:cloud_marketplace] if args.key?(:cloud_marketplace) end |