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

ListPatchJobInstanceDetailsResponse

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

A response message for listing the instances details for a patch job.

interface ListPatchJobInstanceDetailsResponse {
nextPageToken?: string;
patchJobInstanceDetails?: PatchJobInstanceDetails[];
}

§Properties

§
nextPageToken?: string
[src]

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

§
patchJobInstanceDetails?: PatchJobInstanceDetails[]
[src]

A list of instance status.