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

EventUpdateRequest

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

An event period update resource.

interface EventUpdateRequest {
definitionId?: string;
kind?: string;
updateCount?: bigint;
}

§Properties

§
definitionId?: string
[src]

The ID of the event being modified in this update.

§
kind?: string
[src]

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

§
updateCount?: bigint
[src]

The number of times this event occurred in this time period.