CustomerProfileCitation
import type { CustomerProfileCitation } from "https://googleapis.deno.dev/v1/threatintelligence:v1beta.ts";Citation information for the customer profile.
interface CustomerProfileCitation {
citationId?: string;
document?: string;
retrievalTime?: Date;
source?: string;
uri?: string;
}