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

EventPeriodUpdate

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

An event period update resource.

interface EventPeriodUpdate {
kind?: string;
timePeriod?: EventPeriodRange;
updates?: EventUpdateRequest[];
}

§Properties

§
kind?: string
[src]

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

§

The time period being covered by this update.

§

The updates being made for this time period.