GoogleCloudChannelV1Customer constructor
GoogleCloudChannelV1Customer({
- String? alternateEmail,
- String? channelPartnerId,
- String? cloudIdentityId,
- GoogleCloudChannelV1CloudIdentityInfo? cloudIdentityInfo,
- String? correlationId,
- String? createTime,
- String? domain,
- String? languageCode,
- String? name,
- String? orgDisplayName,
- GoogleTypePostalAddress? orgPostalAddress,
- GoogleCloudChannelV1ContactInfo? primaryContactInfo,
- 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,
});