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

Language

import type { Language } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

Contains information about a language that can be targeted by ads.

interface Language {
id?: bigint;
kind?: string;
languageCode?: string;
name?: string;
}

§Properties

§
id?: bigint
[src]

Language ID of this language. This is the ID used for targeting and generating reports.

§
kind?: string
[src]

Identifies what kind of resource this is. Value: the fixed string "dfareporting#language".

§
languageCode?: string
[src]

Format of language code is an ISO 639 two-letter language code optionally followed by an underscore followed by an ISO 3166 code. Examples are "en" for English or "zh_CN" for Simplified Chinese.

§
name?: string
[src]

Name of this language.