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

HiddenPlayerList

import type { HiddenPlayerList } from "https://googleapis.deno.dev/v1/gamesManagement:v1management.ts";

A list of hidden players.

interface HiddenPlayerList {
items?: HiddenPlayer[];
kind?: string;
nextPageToken?: string;
}

§Properties

§

The players.

§
kind?: string
[src]

Uniquely identifies the type of this resource. Value is always the fixed string gamesManagement#hiddenPlayerList.

§
nextPageToken?: string
[src]

The pagination token for the next page of results.