Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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;
}

§Properties

§
readonly translatedContent?: string
[src]

Output only. The translated content of the document.

§
readonly translatedTitle?: string
[src]

Output only. The translated title of the document.