GoogleCloudChannelV1CheckCloudIdentityAccountsExistResponse constructor

GoogleCloudChannelV1CheckCloudIdentityAccountsExistResponse({
  1. List<GoogleCloudChannelV1CloudIdentityCustomerAccount>? cloudIdentityAccounts,
})

Implementation

GoogleCloudChannelV1CheckCloudIdentityAccountsExistResponse({
  this.cloudIdentityAccounts,
});