Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListHistoryResponse

import type { ListHistoryResponse } from "https://googleapis.deno.dev/v1/gmail:v1.ts";
interface ListHistoryResponse {
history?: History[];
historyId?: bigint;
nextPageToken?: string;
}

§Properties

§
history?: History[]
[src]

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

§
historyId?: bigint
[src]

The ID of the mailbox's current history record.

§
nextPageToken?: string
[src]

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