GoogleCloudChannelV1CloudIdentityCustomerAccount constructor

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

Implementation

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