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

EmailPreferences

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

Represents preferences for sending email notifications for transfer run events.

interface EmailPreferences {
enableFailureEmail?: boolean;
}

§Properties

§
enableFailureEmail?: boolean
[src]

If true, email notifications will be sent on transfer run failures.