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

SnapshotListResponse

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

A third party list snapshots response.

interface SnapshotListResponse {
items?: Snapshot[];
kind?: string;
nextPageToken?: string;
}

§Properties

§
items?: Snapshot[]
[src]

The snapshots.

§
kind?: string
[src]

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

§
nextPageToken?: string
[src]

Token corresponding to the next page of results. If there are no more results, the token is omitted.