GoogleCloudChannelV1Customer constructor

GoogleCloudChannelV1Customer({
  1. String? alternateEmail,
  2. String? channelPartnerId,
  3. String? cloudIdentityId,
  4. GoogleCloudChannelV1CloudIdentityInfo? cloudIdentityInfo,
  5. String? correlationId,
  6. String? createTime,
  7. String? domain,
  8. String? languageCode,
  9. String? name,
  10. String? orgDisplayName,
  11. GoogleTypePostalAddress? orgPostalAddress,
  12. GoogleCloudChannelV1ContactInfo? primaryContactInfo,
  13. String? updateTime,
})

Implementation

GoogleCloudChannelV1Customer({
  this.alternateEmail,
  this.channelPartnerId,
  this.cloudIdentityId,
  this.cloudIdentityInfo,
  this.correlationId,
  this.createTime,
  this.domain,
  this.languageCode,
  this.name,
  this.orgDisplayName,
  this.orgPostalAddress,
  this.primaryContactInfo,
  this.updateTime,
});