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

ProjectsPatchJobsInstanceDetailsListOptions

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

Additional options for OSConfig#projectsPatchJobsInstanceDetailsList.

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

§Properties

§
filter?: string
[src]

A filter expression that filters results listed in the response. This field supports filtering results by instance zone, name, state, or failure_reason.

§
pageSize?: number
[src]

The maximum number of instance details records to return. Default is 100.

§
pageToken?: string
[src]

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