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

GoogleAdsSearchads360V0Resources__LanguageConstant

import type { GoogleAdsSearchads360V0Resources__LanguageConstant } from "https://googleapis.deno.dev/v1/searchads360:v0.ts";

A language.

interface GoogleAdsSearchads360V0Resources__LanguageConstant {
readonly code?: string;
readonly id?: bigint;
readonly name?: string;
readonly resourceName?: string;
readonly targetable?: boolean;
}

§Properties

§
readonly code?: string
[src]

Output only. The language code, for example, "en_US", "en_AU", "es", "fr", etc.

§
readonly id?: bigint
[src]

Output only. The ID of the language constant.

§
readonly name?: string
[src]

Output only. The full name of the language in English, for example, "English (US)", "Spanish", etc.

§
readonly resourceName?: string
[src]

Output only. The resource name of the language constant. Language constant resource names have the form: languageConstants/{criterion_id}

§
readonly targetable?: boolean
[src]

Output only. Whether the language is targetable.