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

AccountsAlertsListOptions

import type { AccountsAlertsListOptions } from "https://googleapis.deno.dev/v1/adsense:v2.ts";

Additional options for AdSense#accountsAlertsList.

interface AccountsAlertsListOptions {
languageCode?: string;
}

§Properties

§
languageCode?: string
[src]

The language to use for translating alert messages. If unspecified, this defaults to the user's display language. If the given language is not supported, alerts will be returned in English. The language is specified as an IETF BCP-47 language code.