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

ApplicationsGetOptions

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

Additional options for Games#applicationsGet.

interface ApplicationsGetOptions {
language?: string;
platformType?: "ANDROID" | "IOS" | "WEB_APP";
}

§Properties

§
language?: string
[src]

The preferred language to use for strings returned by this method.

§
platformType?: "ANDROID" | "IOS" | "WEB_APP"
[src]

Restrict application details returned to the specific platform.