GoogleCloudChannelV1ImportCustomerRequest constructor

GoogleCloudChannelV1ImportCustomerRequest({
  1. String? authToken,
  2. String? channelPartnerId,
  3. String? cloudIdentityId,
  4. String? customer,
  5. String? domain,
  6. bool? overwriteIfExists,
})

Implementation

GoogleCloudChannelV1ImportCustomerRequest({
  this.authToken,
  this.channelPartnerId,
  this.cloudIdentityId,
  this.customer,
  this.domain,
  this.overwriteIfExists,
});