CustomerProfileCitedString
import type { CustomerProfileCitedString } from "https://googleapis.deno.dev/v1/threatintelligence:v1beta.ts";A string with citation ids.
interface CustomerProfileCitedString {
citationIds?: string[];
value?: string;
}import type { CustomerProfileCitedString } from "https://googleapis.deno.dev/v1/threatintelligence:v1beta.ts";A string with citation ids.