GoogleCloudChannelV1CloudIdentityInfo constructor

GoogleCloudChannelV1CloudIdentityInfo({
  1. String? adminConsoleUri,
  2. String? alternateEmail,
  3. String? customerType,
  4. GoogleCloudChannelV1EduData? eduData,
  5. bool? isDomainVerified,
  6. String? languageCode,
  7. String? phoneNumber,
  8. String? primaryDomain,
})

Implementation

GoogleCloudChannelV1CloudIdentityInfo({
  this.adminConsoleUri,
  this.alternateEmail,
  this.customerType,
  this.eduData,
  this.isDomainVerified,
  this.languageCode,
  this.phoneNumber,
  this.primaryDomain,
});