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

LeaderboardListResponse

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

A list of leaderboard objects.

interface LeaderboardListResponse {
items?: Leaderboard[];
kind?: string;
nextPageToken?: string;
}

§Properties

§

The leaderboards.

§
kind?: string
[src]

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

§
nextPageToken?: string
[src]

Token corresponding to the next page of results.