GoogleCloudChannelV1BillableSku.fromJson constructor

GoogleCloudChannelV1BillableSku.fromJson(
  1. Map json_
)

Implementation

GoogleCloudChannelV1BillableSku.fromJson(core.Map json_)
    : this(
        service: json_['service'] as core.String?,
        serviceDisplayName: json_['serviceDisplayName'] as core.String?,
        sku: json_['sku'] as core.String?,
        skuDisplayName: json_['skuDisplayName'] as core.String?,
      );