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

HiddenPlayer

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

The HiddenPlayer resource.

interface HiddenPlayer {
readonly hiddenTimeMillis?: bigint;
readonly kind?: string;
readonly player?: Player;
}

§Properties

§
readonly hiddenTimeMillis?: bigint
[src]

Output only. The time this player was hidden.

§
readonly kind?: string
[src]

Output only. Uniquely identifies the type of this resource. Value is always the fixed string gamesManagement#hiddenPlayer.

§
readonly player?: Player
[src]

Output only. The player information.