Interface Schema$User

Information about a Drive user.

Hierarchy

  • Schema$User

Properties

displayName?: string

A plain text displayable name for this user.

emailAddress?: string

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.

kind?: string

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

me?: boolean

Whether this user is the requesting user.

permissionId?: string

The user's ID as visible in Permission resources.

photoLink?: string

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

Generated using TypeDoc