Class ListHistoryResponse
Implements
Inherited Members
Namespace: Google.Apis.Gmail.v1.Data
Assembly: Google.Apis.Gmail.v1.dll
Syntax
public class ListHistoryResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
History
List of history records. Any messages
contained in the response will typically only have id
and
threadId
fields populated.
Declaration
[JsonProperty("history")]
public virtual IList<History> History { get; set; }
Property Value
Type | Description |
---|---|
IList<History> |
HistoryId
The ID of the mailbox's current history record.
Declaration
[JsonProperty("historyId")]
public virtual ulong? HistoryId { get; set; }
Property Value
Type | Description |
---|---|
ulong? |
NextPageToken
Page token to retrieve the next page of results in the list.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |