Show / Hide Table of Contents

Class Profile

Profile for a Gmail user.

Inheritance
object
Profile
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.Gmail.v1.Data
Assembly: Google.Apis.Gmail.v1.dll
Syntax
public class Profile : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

EmailAddress

The user's email address.

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

HistoryId

The ID of the mailbox's current history record.

Declaration
[JsonProperty("historyId")]
public virtual ulong? HistoryId { get; set; }
Property Value
Type Description
ulong?

MessagesTotal

The total number of messages in the mailbox.

Declaration
[JsonProperty("messagesTotal")]
public virtual int? MessagesTotal { get; set; }
Property Value
Type Description
int?

ThreadsTotal

The total number of threads in the mailbox.

Declaration
[JsonProperty("threadsTotal")]
public virtual int? ThreadsTotal { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX