GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfoGoogleCloudMarketplaceInfo
import type { GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfoGoogleCloudMarketplaceInfo } from "https://googleapis.deno.dev/v1/analyticshub:v1.ts";
Specifies the details of the Marketplace Data Product associated with the Listing.
interface GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfoGoogleCloudMarketplaceInfo {
readonly commercialState?: "COMMERCIAL_STATE_UNSPECIFIED" | "ONBOARDING" | "ACTIVE";
readonly service?: string;
}