GoogleCloudChannelV1ImportCustomerRequest.fromJson constructor

GoogleCloudChannelV1ImportCustomerRequest.fromJson(
  1. Map json_
)

Implementation

GoogleCloudChannelV1ImportCustomerRequest.fromJson(core.Map json_)
  : this(
      authToken: json_['authToken'] as core.String?,
      channelPartnerId: json_['channelPartnerId'] as core.String?,
      cloudIdentityId: json_['cloudIdentityId'] as core.String?,
      customer: json_['customer'] as core.String?,
      domain: json_['domain'] as core.String?,
      overwriteIfExists: json_['overwriteIfExists'] as core.bool?,
      primaryAdminEmail: json_['primaryAdminEmail'] as core.String?,
    );