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

ApplicationsListHiddenOptions

import type { ApplicationsListHiddenOptions } from "https://googleapis.deno.dev/v1/gamesManagement:v1management.ts";

Additional options for GamesManagement#applicationsListHidden.

interface ApplicationsListHiddenOptions {
maxResults?: number;
pageToken?: string;
}

§Properties

§
maxResults?: number
[src]

The maximum number of player resources to return in the response, used for paging. For any response, the actual number of player resources returned may be less than the specified maxResults.

§
pageToken?: string
[src]

The token returned by the previous request.