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

PlayerListResponse

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

A third party player list response.

interface PlayerListResponse {
items?: Player[];
kind?: string;
nextPageToken?: string;
}

§Properties

§
items?: Player[]
[src]

The players.

§
kind?: string
[src]

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

§
nextPageToken?: string
[src]

Token corresponding to the next page of results.