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

TranslatedString

import type { TranslatedString } from "https://googleapis.deno.dev/v1/walletobjects:v1.ts";
interface TranslatedString {
kind?: string;
language?: string;
value?: string;
}

§Properties

§
kind?: string
[src]

Identifies what kind of resource this is. Value: the fixed string "walletobjects#translatedString".

§
language?: string
[src]

Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".

§
value?: string
[src]

The UTF-8 encoded translated string.