GoogleCloudChannelV1CheckCloudIdentityAccountsExistRequest.fromJson constructor
GoogleCloudChannelV1CheckCloudIdentityAccountsExistRequest.fromJson(
- Map json_
Implementation
GoogleCloudChannelV1CheckCloudIdentityAccountsExistRequest.fromJson(
core.Map json_)
: this(
domain: json_.containsKey('domain')
? json_['domain'] as core.String
: null,
);