Class: Google::Apis::AnalyticshubV1::GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfo

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 contains the information about the commercial data products associated with the listing.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfo

Returns a new instance of GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfo.



919
920
921
# File 'lib/google/apis/analyticshub_v1/classes.rb', line 919

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

Instance Attribute Details

#cloud_marketplaceGoogle::Apis::AnalyticshubV1::GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfoGoogleCloudMarketplaceInfo

Specifies the details of the Marketplace Data Product associated with the Listing. Corresponds to the JSON property cloudMarketplace



917
918
919
# File 'lib/google/apis/analyticshub_v1/classes.rb', line 917

def cloud_marketplace
  @cloud_marketplace
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



924
925
926
# File 'lib/google/apis/analyticshub_v1/classes.rb', line 924

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