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

ForwardingAddress

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

Settings for a forwarding address.

interface ForwardingAddress {
forwardingEmail?: string;
verificationStatus?: "verificationStatusUnspecified" | "accepted" | "pending";
}

§Properties

§
forwardingEmail?: string
[src]

An email address to which messages can be forwarded.

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

Indicates whether this address has been verified and is usable for forwarding. Read-only.