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

GoogleCloudAdvisorynotificationsV1Text

import type { GoogleCloudAdvisorynotificationsV1Text } from "https://googleapis.deno.dev/v1/advisorynotifications:v1.ts";

A text object containing the English text and its localized copies.

interface GoogleCloudAdvisorynotificationsV1Text {
enText?: string;
localizationState?:
| "LOCALIZATION_STATE_UNSPECIFIED"
| "LOCALIZATION_STATE_NOT_APPLICABLE"
| "LOCALIZATION_STATE_PENDING"
| "LOCALIZATION_STATE_COMPLETED";
localizedText?: string;
}

§Properties

§
enText?: string
[src]

The English copy.

§
localizationState?: "LOCALIZATION_STATE_UNSPECIFIED" | "LOCALIZATION_STATE_NOT_APPLICABLE" | "LOCALIZATION_STATE_PENDING" | "LOCALIZATION_STATE_COMPLETED"
[src]

Status of the localization.

§
localizedText?: string
[src]

The requested localized copy (if applicable).