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

AchievementsListOptions

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

Additional options for Games#achievementsList.

interface AchievementsListOptions {
language?: string;
maxResults?: number;
pageToken?: string;
state?:
| "ALL"
| "HIDDEN"
| "REVEALED"
| "UNLOCKED";
}

§Properties

§
language?: string
[src]

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

§
maxResults?: number
[src]

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

§
pageToken?: string
[src]

The token returned by the previous request.

§
state?: "ALL" | "HIDDEN" | "REVEALED" | "UNLOCKED"
[src]

Tells the server to return only achievements with the specified state. If this parameter isn't specified, all achievements are returned.