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

PlayersGetOptions

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

Additional options for Games#playersGet.

interface PlayersGetOptions {
language?: string;
playerIdConsistencyToken?: string;
}

§Properties

§
language?: string
[src]

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

§
playerIdConsistencyToken?: string
[src]

Consistency token of the player id. The call returns a 'not found' result when the token is present and invalid. Empty value is ignored. See also GlobalPlayerIdConsistencyTokenProto