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

Output only. A plain text displayable name for this user.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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

EmailAddress

Output only. 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.

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

IsAuthenticatedUser

Output only. 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

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

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

PermissionId

Output only. The user's ID as visible in Permission resources.

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

Picture

Output only. 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