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