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

LeaderboardConfigurationListResponse

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

A ListConfigurations response.

interface LeaderboardConfigurationListResponse {
kind?: string;
nextPageToken?: string;
}

§Properties

§

The leaderboard configurations.

§
kind?: string
[src]

Uniquely identifies the type of this resource. Value is always the fixed string gamesConfiguration#leaderboardConfigurationListResponse.

§
nextPageToken?: string
[src]

The pagination token for the next page of results.