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

PlayerLeaderboardScoreListResponse

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

A list of player leaderboard scores.

interface PlayerLeaderboardScoreListResponse {
kind?: string;
nextPageToken?: string;
player?: Player;
}

§Properties

§

The leaderboard scores.

§
kind?: string
[src]

Uniquely identifies the type of this resource. Value is always the fixed string games#playerLeaderboardScoreListResponse.

§
nextPageToken?: string
[src]

The pagination token for the next page of results.

§
player?: Player
[src]

The Player resources for the owner of this score.