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

PlayerEventListResponse

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

A ListByPlayer response.

interface PlayerEventListResponse {
items?: PlayerEvent[];
kind?: string;
nextPageToken?: string;
}

§Properties

§

The player events.

§
kind?: string
[src]

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

§
nextPageToken?: string
[src]

The pagination token for the next page of results.