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

Delegate

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

Settings for a delegate. Delegates can read, send, and delete messages, as well as view and add contacts, for the delegator's account. See "Set up mail delegation" for more information about delegates.

interface Delegate {
delegateEmail?: string;
verificationStatus?:
| "verificationStatusUnspecified"
| "accepted"
| "pending"
| "rejected"
| "expired";
}

§Properties

§
delegateEmail?: string
[src]

The email address of the delegate.

§
verificationStatus?: "verificationStatusUnspecified" | "accepted" | "pending" | "rejected" | "expired"
[src]

Indicates whether this address has been verified and can act as a delegate for the account. Read-only.