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

EnterpriseCrmEventbusProtoAddress

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

Email address along with optional name and tokens. These tokens will be substituted for the variables in the form of [{var_name}], where var_name could be any string of no more than 32 bytes.

interface EnterpriseCrmEventbusProtoAddress {
email?: string;
name?: string;
}

§Properties

§
email?: string
[src]

Required.

§
name?: string
[src]