Show / Hide Table of Contents

Class ListHistoryResponse

Inheritance
object
ListHistoryResponse
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX