Table of Contents

Class ListHistoryResponse

Namespace
Google.Apis.Gmail.v1.Data
Assembly
Google.Apis.Gmail.v1.dll
public class ListHistoryResponse : IDirectResponseSchema
Inheritance
ListHistoryResponse
Implements
IDirectResponseSchema
Inherited Members

Constructors

ListHistoryResponse()

public ListHistoryResponse()

Properties

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

History

List of history records. Any messages contained in the response will typically only have id and threadId fields populated.

public virtual IList<History> History { get; set; }

Property Value

IList<History>

HistoryId

The ID of the mailbox's current history record.

public virtual ulong? HistoryId { get; set; }

Property Value

ulong?

NextPageToken

Page token to retrieve the next page of results in the list.

public virtual string NextPageToken { get; set; }

Property Value

string