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

ListPatchJobsResponse

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

A response message for listing patch jobs.

interface ListPatchJobsResponse {
nextPageToken?: string;
patchJobs?: PatchJob[];
}

§Properties

§
nextPageToken?: string
[src]

A pagination token that can be used to get the next page of results.

§
patchJobs?: PatchJob[]
[src]

The list of patch jobs.