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

ProjectsLocationsJobsListOptions

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

Additional options for Run#projectsLocationsJobsList.

interface ProjectsLocationsJobsListOptions {
pageSize?: number;
pageToken?: string;
showDeleted?: boolean;
}

§Properties

§
pageSize?: number
[src]

Maximum number of Jobs to return in this call.

§
pageToken?: string
[src]

A page token received from a previous call to ListJobs. All other parameters must match.

§
showDeleted?: boolean
[src]

If true, returns deleted (but unexpired) resources along with active ones.