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

EventRecordRequest

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

An event period update resource.

interface EventRecordRequest {
currentTimeMillis?: bigint;
kind?: string;
requestId?: bigint;
timePeriods?: EventPeriodUpdate[];
}

§Properties

§
currentTimeMillis?: bigint
[src]

The current time when this update was sent, in milliseconds, since 1970 UTC (Unix Epoch).

§
kind?: string
[src]

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

§
requestId?: bigint
[src]

The request ID used to identify this attempt to record events.

§
timePeriods?: EventPeriodUpdate[]
[src]

A list of the time period updates being made in this request.