Table of Contents

Class User

Namespace
Google.Apis.Drive.v3.Data
Assembly
Google.Apis.Drive.v3.dll

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

string

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

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

string

Kind

Identifies what kind of resource this is. Value: the fixed string "drive#user".

public virtual string Kind { get; set; }

Property Value

string

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

string

A link to the user's profile photo, if available.

public virtual string PhotoLink { get; set; }

Property Value

string