GoogleCloudChannelV1AdminUser constructor

GoogleCloudChannelV1AdminUser({
  1. String? email,
  2. String? familyName,
  3. String? givenName,
})

Implementation

GoogleCloudChannelV1AdminUser({
  this.email,
  this.familyName,
  this.givenName,
});