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

ListMessagesResponse

import type { ListMessagesResponse } from "https://googleapis.deno.dev/v1/gmail:v1.ts";
interface ListMessagesResponse {
messages?: Message[];
nextPageToken?: string;
resultSizeEstimate?: number;
}

§Properties

§
messages?: Message[]
[src]

List of messages. Note that each message resource contains only an id and a threadId. Additional message details can be fetched using the messages.get method.

§
nextPageToken?: string
[src]

Token to retrieve the next page of results in the list.

§
resultSizeEstimate?: number
[src]

Estimated total number of results.