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

ProjectsLocationsWorkflowsExecutionsCallbacksListOptions

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

Additional options for WorkflowExecutions#projectsLocationsWorkflowsExecutionsCallbacksList.

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

§Properties

§
pageSize?: number
[src]

Maximum number of callbacks to return per call. The default value is 100 and is also the maximum value.

§
pageToken?: string
[src]

A page token, received from a previous ListCallbacks call. Provide this to retrieve the subsequent page. Note that pagination is applied to dynamic data. The list of callbacks returned can change between page requests if callbacks are created or deleted.