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

ListPatchDeploymentsResponse

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

A response message for listing patch deployments.

interface ListPatchDeploymentsResponse {
nextPageToken?: string;
patchDeployments?: PatchDeployment[];
}

§Properties

§
nextPageToken?: string
[src]

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

§
patchDeployments?: PatchDeployment[]
[src]

The list of patch deployments.