GoogleCloudChannelV1CloudIdentityCustomerAccount constructor

GoogleCloudChannelV1CloudIdentityCustomerAccount({
  1. String? customerCloudIdentityId,
  2. String? customerName,
  3. bool? existing,
  4. bool? owned,
})

Implementation

GoogleCloudChannelV1CloudIdentityCustomerAccount({
  this.customerCloudIdentityId,
  this.customerName,
  this.existing,
  this.owned,
});