GoogleCloudChannelV1ListTransferableOffersRequest.fromJson constructor

GoogleCloudChannelV1ListTransferableOffersRequest.fromJson(
  1. Map json_
)

Implementation

GoogleCloudChannelV1ListTransferableOffersRequest.fromJson(core.Map json_)
  : this(
      billingAccount: json_['billingAccount'] as core.String?,
      cloudIdentityId: json_['cloudIdentityId'] as core.String?,
      customerName: json_['customerName'] as core.String?,
      languageCode: json_['languageCode'] as core.String?,
      pageSize: json_['pageSize'] as core.int?,
      pageToken: json_['pageToken'] as core.String?,
      sku: json_['sku'] as core.String?,
    );