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

EventUpdateResponse

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

An event period update resource.

interface EventUpdateResponse {
batchFailures?: EventBatchRecordFailure[];
eventFailures?: EventRecordFailure[];
kind?: string;
playerEvents?: PlayerEvent[];
}

§Properties

§

Any batch-wide failures which occurred applying updates.

§
eventFailures?: EventRecordFailure[]
[src]

Any failures updating a particular event.

§
kind?: string
[src]

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

§
playerEvents?: PlayerEvent[]
[src]

The current status of any updated events