GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfo.fromJson constructor

GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfo.fromJson(
  1. Map json_
)

Implementation

GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfo.fromJson(
  core.Map json_,
) : this(
      cloudMarketplace: json_.containsKey('cloudMarketplace')
          ? GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfoGoogleCloudMarketplaceInfo.fromJson(
              json_['cloudMarketplace']
                  as core.Map<core.String, core.dynamic>,
            )
          : null,
    );