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