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

LanguageTargetingOptionDetails

import type { LanguageTargetingOptionDetails } from "https://googleapis.deno.dev/v1/displayvideo:v3.ts";

Represents a targetable language. This will be populated in the language_details field when targeting_type is TARGETING_TYPE_LANGUAGE.

interface LanguageTargetingOptionDetails {
readonly displayName?: string;
}

§Properties

§
readonly displayName?: string
[src]

Output only. The display name of the language (e.g., "French").