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

SiteContact

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

Site Contact

interface SiteContact {
address?: string;
contactType?: "SALES_PERSON" | "TRAFFICKER";
email?: string;
firstName?: string;
id?: bigint;
lastName?: string;
phone?: string;
title?: string;
}

§Properties

§
address?: string
[src]

Address of this site contact.

§
contactType?: "SALES_PERSON" | "TRAFFICKER"
[src]

Site contact type.

§
email?: string
[src]

Email address of this site contact. This is a required field.

§
firstName?: string
[src]

First name of this site contact.

§
id?: bigint
[src]

ID of this site contact. This is a read-only, auto-generated field.

§
lastName?: string
[src]

Last name of this site contact.

§
phone?: string
[src]

Primary phone number of this site contact.

§
title?: string
[src]

Title or designation of this site contact.