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/pubsub:v1.ts";

Response for the ListSnapshots method.

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

§Properties

§
nextPageToken?: string
[src]

Optional. If not empty, indicates that there may be more snapshot that match the request; this value should be passed in a new ListSnapshotsRequest.

§
snapshots?: Snapshot[]
[src]

Optional. The resulting snapshots.