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

Recipient

import type { Recipient } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

Represents a recipient.

interface Recipient {
deliveryType?: "LINK" | "ATTACHMENT";
email?: string;
kind?: string;
}

§Properties

§
deliveryType?: "LINK" | "ATTACHMENT"
[src]

The delivery type for the recipient.

§
email?: string
[src]

The email address of the recipient.

§
kind?: string
[src]

The kind of resource this is, in this case dfareporting#recipient.