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