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

ProjectsLocationsOperationsListOptions

import type { ProjectsLocationsOperationsListOptions } from "https://googleapis.deno.dev/v1/run:v2.ts";

Additional options for Run#projectsLocationsOperationsList.

interface ProjectsLocationsOperationsListOptions {
filter?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
filter?: string
[src]

Optional. A filter for matching the completed or in-progress operations. The supported formats of filter are: To query for only completed operations: done:true To query for only ongoing operations: done:false Must be empty to query for all of the latest operations for the given parent project.

§
pageSize?: number
[src]

The maximum number of records that should be returned. Requested page size cannot exceed 100. If not set or set to less than or equal to 0, the default page size is 100. .

§
pageToken?: string
[src]

Token identifying which result to start with, which is returned by a previous list call.