GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfo.fromJson constructor
GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfo.fromJson(
- Map json_
Implementation
GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfo.fromJson(
core.Map json_,
) : this(
cloudMarketplace:
json_.containsKey('cloudMarketplace')
? GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfoGoogleCloudMarketplaceInfo.fromJson(
json_['cloudMarketplace']
as core.Map<core.String, core.dynamic>,
)
: null,
);