GoogleApi.AnalyticsHub.V1.Model.GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfoGoogleCloudMarketplaceInfo (google_api_analytics_hub v0.6.0)

View Source

Specifies the details of the Marketplace Data Product associated with the Listing.

Attributes

  • commercialState (type: String.t, default: nil) - Output only. Commercial state of the Marketplace Data Product.
  • service (type: String.t, default: nil) - Output only. Resource name of the commercial service associated with the Marketplace Data Product. e.g. example.com

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.AnalyticsHub.V1.Model.GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfoGoogleCloudMarketplaceInfo{
    commercialState: String.t() | nil,
    service: String.t() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.