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

PlayerEvent

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

An event status resource.

interface PlayerEvent {
definitionId?: string;
formattedNumEvents?: string;
kind?: string;
numEvents?: bigint;
playerId?: string;
}

§Properties

§
definitionId?: string
[src]

The ID of the event definition.

§
formattedNumEvents?: string
[src]

The current number of times this event has occurred, as a string. The formatting of this string depends on the configuration of your event in the Play Games Developer Console.

§
kind?: string
[src]

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

§
numEvents?: bigint
[src]

The current number of times this event has occurred.

§
playerId?: string
[src]

The ID of the player.