public sealed class AdminUser : IMessage<AdminUser>, IEquatable<AdminUser>, IDeepCloneable<AdminUser>, IBufferMessage, IMessageInformation needed to create an Admin User for Google Workspace.
Implements
IMessage<AdminUser>, IEquatable<AdminUser>, IDeepCloneable<AdminUser>, 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 |
|