Class User
Information about a Drive user.
Inheritance
System.Object
User
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Drive.v3.Data
Assembly: Google.Apis.Drive.v3.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 |
---|---|
System.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.
Declaration
[JsonProperty("emailAddress")]
public virtual string EmailAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Kind
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 |
---|---|
System.String |
Me
Whether this user is the requesting user.
Declaration
[JsonProperty("me")]
public virtual bool? Me { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
PermissionId
The user's ID as visible in Permission resources.
Declaration
[JsonProperty("permissionId")]
public virtual string PermissionId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PhotoLink
A link to the user's profile photo, if available.
Declaration
[JsonProperty("photoLink")]
public virtual string PhotoLink { get; set; }
Property Value
Type | Description |
---|---|
System.String |