Class User
Information about a Drive user.
Implements
Inherited Members
Namespace: Google.Apis.Drive.v3.Data
Assembly: Google.Apis.Drive.v3.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 |
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 |
Me
Output only. Whether this user is the requesting user.
Declaration
[JsonProperty("me")]
public virtual bool? Me { get; set; }
Property Value
Type | Description |
---|---|
bool? |
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 |
PhotoLink
Output only. A link to the user's profile photo, if available.
Declaration
[JsonProperty("photoLink")]
public virtual string PhotoLink { get; set; }
Property Value
Type | Description |
---|---|
string |