Show / Hide Table of Contents

Class UserName

Inheritance
object
UserName
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class UserName : IDirectResponseSchema

Properties

DisplayName

The user's display name. Limit: 256 characters.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FamilyName

The user's last name. Required when creating a user account.

Declaration
[JsonProperty("familyName")]
public virtual string FamilyName { get; set; }
Property Value
Type Description
string

FullName

The user's full name formed by concatenating the first and last name values.

Declaration
[JsonProperty("fullName")]
public virtual string FullName { get; set; }
Property Value
Type Description
string

GivenName

The user's first name. Required when creating a user account.

Declaration
[JsonProperty("givenName")]
public virtual string GivenName { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX