Cloud Channel v1 API - Class AdminUser (2.11.0)

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.

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