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

EnterprisesApplicationsGetOptions

import type { EnterprisesApplicationsGetOptions } from "https://googleapis.deno.dev/v1/androidmanagement:v1.ts";

Additional options for AndroidManagement#enterprisesApplicationsGet.

interface EnterprisesApplicationsGetOptions {
languageCode?: string;
}

§Properties

§
languageCode?: string
[src]

The preferred language for localized application info, as a BCP47 tag (e.g. "en-US", "de"). If not specified the default language of the application will be used.