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

ListDraftsResponse

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

§Properties

§
drafts?: Draft[]
[src]

List of drafts. Note that the Message property in each Draft resource only contains an id and a threadId. The messages.get method can fetch additional message details.

§
nextPageToken?: string
[src]

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

§
resultSizeEstimate?: number
[src]

Estimated total number of results.