GoogleCloudChannelV1CheckCloudIdentityAccountsExistRequest constructor

GoogleCloudChannelV1CheckCloudIdentityAccountsExistRequest({
  1. String? domain,
  2. String? primaryAdminEmail,
})

Implementation

GoogleCloudChannelV1CheckCloudIdentityAccountsExistRequest({
  this.domain,
  this.primaryAdminEmail,
});