CustomerProfileLocation
import type { CustomerProfileLocation } from "https://googleapis.deno.dev/v1/threatintelligence:v1beta.ts";Location information for the customer profile.
interface CustomerProfileLocation {
address?: string;
brand?: string;
citationIds?: string[];
facilityType?: string;
}