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

ProjectsLocationsWorkflowsListRevisionsOptions

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

Additional options for Workflows#projectsLocationsWorkflowsListRevisions.

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

§Properties

§
pageSize?: number
[src]

The maximum number of revisions to return per page. If a value is not specified, a default value of 20 is used. The maximum permitted value is 100. Values greater than 100 are coerced down to 100.

§
pageToken?: string
[src]

The page token, received from a previous ListWorkflowRevisions call. Provide this to retrieve the subsequent page.