Show / Hide Table of Contents

Class User

Information about a Drive user.

Inheritance
object
User
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Drive.v2.Data
Assembly: Google.Apis.Drive.v2.dll
Syntax
public class User : IDirectResponseSchema

Properties

DisplayName

A plain text displayable name for this user.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

EmailAddress

The email address of the user.

Declaration
[JsonProperty("emailAddress")]
public virtual string EmailAddress { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IsAuthenticatedUser

Whether this user is the same as the authenticated user for whom the request was made.

Declaration
[JsonProperty("isAuthenticatedUser")]
public virtual bool? IsAuthenticatedUser { get; set; }
Property Value
Type Description
bool?

Kind

This is always drive#user.

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

PermissionId

The user's ID as visible in the permissions collection.

Declaration
[JsonProperty("permissionId")]
public virtual string PermissionId { get; set; }
Property Value
Type Description
string

Picture

The user's profile picture.

Declaration
[JsonProperty("picture")]
public virtual User.PictureData Picture { get; set; }
Property Value
Type Description
User.PictureData

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX