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

ApplicationsGetEndPointOptions

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

Additional options for Games#applicationsGetEndPoint.

interface ApplicationsGetEndPointOptions {
applicationId?: string;
endPointType?: "PROFILE_CREATION" | "PROFILE_SETTINGS";
}

§Properties

§
applicationId?: string
[src]

The application ID from the Google Play developer console.

§
endPointType?: "PROFILE_CREATION" | "PROFILE_SETTINGS"
[src]

Type of endpoint being requested.