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

CursorProjectsLocationsSubscriptionsCursorsListOptions

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

Additional options for pubsubLite#cursorProjectsLocationsSubscriptionsCursorsList.

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

§Properties

§
pageSize?: number
[src]

The maximum number of cursors to return. The service may return fewer than this value. If unset or zero, all cursors for the parent will be returned.

§
pageToken?: string
[src]

A page token, received from a previous ListPartitionCursors call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListPartitionCursors must match the call that provided the page token.