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

CustomerProfileWebPresence

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

Web presence information for the customer profile.

interface CustomerProfileWebPresence {
citationIds?: string[];
domain?: string;
}

§Properties

§
citationIds?: string[]
[src]

Optional. The citation ids for the web presence.

§
domain?: string
[src]

Required. The domain name of the web presence.