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

EventPeriodRange

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

An event period time range.

interface EventPeriodRange {
kind?: string;
periodEndMillis?: bigint;
periodStartMillis?: bigint;
}

§Properties

§
kind?: string
[src]

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

§
periodEndMillis?: bigint
[src]

The time when this update period ends, in millis, since 1970 UTC (Unix Epoch).

§
periodStartMillis?: bigint
[src]

The time when this update period begins, in millis, since 1970 UTC (Unix Epoch).