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

ProjectsPatchDeploymentsListOptions

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

Additional options for OSConfig#projectsPatchDeploymentsList.

interface ProjectsPatchDeploymentsListOptions {
pageSize?: number;
pageToken?: string;
}

§Properties

§
pageSize?: number
[src]

Optional. The maximum number of patch deployments to return. Default is 100.

§
pageToken?: string
[src]

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