Class AdminUser (1.4.0)

public sealed class AdminUser : IMessage<AdminUser>, IEquatable<AdminUser>, IDeepCloneable<AdminUser>, IBufferMessage, IMessage

Information needed to create an Admin User for Google Workspace.

Inheritance

Object > AdminUser

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

AdminUser()

public AdminUser()

AdminUser(AdminUser)

public AdminUser(AdminUser other)
Parameter
NameDescription
otherAdminUser

Properties

Email

public string Email { get; set; }

Primary email of the admin user.

Property Value
TypeDescription
String

FamilyName

public string FamilyName { get; set; }

Family name of the admin user.

Property Value
TypeDescription
String

GivenName

public string GivenName { get; set; }

Given name of the admin user.

Property Value
TypeDescription
String