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

UsersThreadsGetOptions

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

Additional options for Gmail#usersThreadsGet.

interface UsersThreadsGetOptions {
format?: "full" | "metadata" | "minimal";
metadataHeaders?: string;
temporaryEeccBypass?: boolean;
}

§Properties

§
format?: "full" | "metadata" | "minimal"
[src]

The format to return the messages in.

§
metadataHeaders?: string
[src]

When given and format is METADATA, only include headers specified.

§
temporaryEeccBypass?: boolean
[src]