Class User
Information about a Drive user.
public class User : IDirectResponseSchema
- Inheritance
-
User
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
User()
public User()
Properties
DisplayName
A plain text displayable name for this user.
public virtual string DisplayName { get; set; }
Property Value
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
EmailAddress
The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester.
public virtual string EmailAddress { get; set; }
Property Value
Kind
Identifies what kind of resource this is. Value: the fixed string "drive#user".
public virtual string Kind { get; set; }
Property Value
Me
Whether this user is the requesting user.
public virtual bool? Me { get; set; }
Property Value
- bool?
PermissionId
The user's ID as visible in Permission resources.
public virtual string PermissionId { get; set; }
Property Value
PhotoLink
A link to the user's profile photo, if available.
public virtual string PhotoLink { get; set; }