GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfoGoogleCloudMarketplaceInfo.fromJson constructor

GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfoGoogleCloudMarketplaceInfo.fromJson(
  1. Map json_
)

Implementation

GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfoGoogleCloudMarketplaceInfo.fromJson(
  core.Map json_,
) : this(
      commercialState: json_['commercialState'] as core.String?,
      service: json_['service'] as core.String?,
    );