CustomerProfileCompany
import type { CustomerProfileCompany } from "https://googleapis.deno.dev/v1/threatintelligence:v1beta.ts";Company information for the customer profile.
interface CustomerProfileCompany {
citationIds?: string[];
company?: string;
}