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

ProjectsPatchJobsListOptions

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

Additional options for OSConfig#projectsPatchJobsList.

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

§Properties

§
filter?: string
[src]

If provided, this field specifies the criteria that must be met by patch jobs to be included in the response. Currently, filtering is only available on the patch_deployment field.

§
pageSize?: number
[src]

The maximum number of instance status to return.

§
pageToken?: string
[src]

A pagination token returned from a previous call that indicates where this listing should continue from.