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;
}