Class UserName
- 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
FamilyName
Last Name
public virtual string FamilyName { get; set; }
Property Value
FullName
Full Name
public virtual string FullName { get; set; }
Property Value
GivenName
First Name
public virtual string GivenName { get; set; }