AlertDocumentTranslation
import type { AlertDocumentTranslation } from "https://googleapis.deno.dev/v1/threatintelligence:v1beta.ts";The translation of an alert document.
interface AlertDocumentTranslation {
readonly translatedContent?: string;
readonly translatedTitle?: string;
}