GoogleCloudChannelV1ProvisionedService.fromJson constructor
GoogleCloudChannelV1ProvisionedService.fromJson(
- Map json_
Implementation
GoogleCloudChannelV1ProvisionedService.fromJson(core.Map json_)
: this(
productId: json_['productId'] as core.String?,
provisioningId: json_['provisioningId'] as core.String?,
skuId: json_['skuId'] as core.String?,
);