public sealed class AdminUser : IMessage<AdminUser>, IEquatable<AdminUser>, IDeepCloneable<AdminUser>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class AdminUser.
Information needed to create an Admin User for Google Workspace.
Implements
IMessageAdminUser, IEquatableAdminUser, IDeepCloneableAdminUser, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
AdminUser()
public AdminUser()
AdminUser(AdminUser)
public AdminUser(AdminUser other)
Parameter | |
---|---|
Name | Description |
other | AdminUser |
Properties
public string Email { get; set; }
Primary email of the admin user.
Property Value | |
---|---|
Type | Description |
string |
FamilyName
public string FamilyName { get; set; }
Family name of the admin user.
Property Value | |
---|---|
Type | Description |
string |
GivenName
public string GivenName { get; set; }
Given name of the admin user.
Property Value | |
---|---|
Type | Description |
string |