Class UserName
- Assembly
- Google.Apis.Admin.Directory.directory_v1.dll
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
The user's last name. Required when creating a user account.
public virtual string FamilyName { get; set; }
Property Value
FullName
The user's full name formed by concatenating the first and last name values.
public virtual string FullName { get; set; }
Property Value
GivenName
The user's first name. Required when creating a user account.
public virtual string GivenName { get; set; }