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

UsersDraftsGetOptions

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

Additional options for Gmail#usersDraftsGet.

interface UsersDraftsGetOptions {
format?:
| "minimal"
| "full"
| "raw"
| "metadata";
}

§Properties

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

The format to return the draft in.