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

UsersDraftsListOptions

import type { UsersDraftsListOptions } from "https://googleapis.deno.dev/v1/gmail:v1.ts";

Additional options for Gmail#usersDraftsList.

interface UsersDraftsListOptions {
includeSpamTrash?: boolean;
maxResults?: number;
pageToken?: string;
q?: string;
}

§Properties

§
includeSpamTrash?: boolean
[src]

Include drafts from SPAM and TRASH in the results.

§
maxResults?: number
[src]

Maximum number of drafts to return. This field defaults to 100. The maximum allowed value for this field is 500.

§
pageToken?: string
[src]

Page token to retrieve a specific page of results in the list.

§
q?: string
[src]

Only return draft messages matching the specified query. Supports the same query format as the Gmail search box. For example, "from:someuser@example.com rfc822msgid: is:unread".