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

ListTopicSnapshotsResponse

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

Response for the ListTopicSnapshots method.

interface ListTopicSnapshotsResponse {
nextPageToken?: string;
snapshots?: string[];
}

§Properties

§
nextPageToken?: string
[src]

Optional. If not empty, indicates that there may be more snapshots that match the request; this value should be passed in a new ListTopicSnapshotsRequest to get more snapshots.

§
snapshots?: string[]
[src]

Optional. The names of the snapshots that match the request.