ProjectsLocationsJobsListOptions
import type { ProjectsLocationsJobsListOptions } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";Additional options for Dataflow#projectsLocationsJobsList.
interface ProjectsLocationsJobsListOptions  {
filter?: 
 | "UNKNOWN"
 | "ALL"
 | "TERMINATED"
 | "ACTIVE";
name?: string;
pageSize?: number;
pageToken?: string;
view?: 
} | "JOB_VIEW_UNKNOWN"
 | "JOB_VIEW_SUMMARY"
 | "JOB_VIEW_ALL"
 | "JOB_VIEW_DESCRIPTION";
§Properties
§
pageSize?: number
[src]If there are many jobs, limit response to at most this many. The actual number of jobs returned will be the lesser of max_responses and an unspecified server-defined limit.