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

CustomerProfileContactInfo

import type { CustomerProfileContactInfo } from "https://googleapis.deno.dev/v1/threatintelligence:v1beta.ts";

Contact information for the customer profile.

interface CustomerProfileContactInfo {
address?: string;
citationIds?: string[];
email?: string;
label?: string;
other?: string;
phone?: string;
}

§Properties

§
address?: string
[src]

The address of the contact.

§
citationIds?: string[]
[src]

Optional. The citation ids for the contact information.

§
email?: string
[src]

The email address of the contact.

§
label?: string
[src]

Optional. The name of the contact.

§
other?: string
[src]

The other contact information.

§
phone?: string
[src]

The phone number of the contact.