Table of Contents

Class UserName

Namespace
Google.Apis.Admin.Directory.directory_v1.Data
Assembly
Google.Apis.Admin.Directory.directory_v1.dll

JSON template for name of a user in Directory API.

public class UserName : IDirectResponseSchema
Inheritance
UserName
Implements
IDirectResponseSchema
Inherited Members

Constructors

UserName()

public UserName()

Properties

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

FamilyName

Last Name

public virtual string FamilyName { get; set; }

Property Value

string

FullName

Full Name

public virtual string FullName { get; set; }

Property Value

string

GivenName

First Name

public virtual string GivenName { get; set; }

Property Value

string