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

ProjectsTopicsSnapshotsListOptions

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

Additional options for pubsub#projectsTopicsSnapshotsList.

interface ProjectsTopicsSnapshotsListOptions {
pageSize?: number;
pageToken?: string;
}

§Properties

§
pageSize?: number
[src]

Optional. Maximum number of snapshot names to return.

§
pageToken?: string
[src]

Optional. The value returned by the last ListTopicSnapshotsResponse; indicates that this is a continuation of a prior ListTopicSnapshots call, and that the system should return the next page of data.