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

ListSnapshotsResponse

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

ListSnapshotsResponse is the result of ListSnapshotsRequest.

interface ListSnapshotsResponse {
nextPageToken?: string;
snapshots?: Snapshot[];
}

§Properties

§
nextPageToken?: string
[src]

The token you can use to retrieve the next page of results. Not returned if there are no more results in the list.

§
snapshots?: Snapshot[]
[src]

A list of snapshots in the project for the specified instance.