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

AchievementConfigurationsListOptions

import type { AchievementConfigurationsListOptions } from "https://googleapis.deno.dev/v1/gamesConfiguration:v1configuration.ts";

Additional options for GamesConfiguration#achievementConfigurationsList.

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

§Properties

§
maxResults?: number
[src]

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

§
pageToken?: string
[src]

The token returned by the previous request.