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

ProjectsLocationsDeploymentsListOptions

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

Additional options for WorkloadManager#projectsLocationsDeploymentsList.

interface ProjectsLocationsDeploymentsListOptions {
filter?: string;
orderBy?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
filter?: string
[src]

Optional. Filter resource follow https://google.aip.dev/160

§
orderBy?: string
[src]

Optional. Field to sort by. See https://google.aip.dev/132#ordering for more details.

§
pageSize?: number
[src]

Optional. Requested page size. Server may return fewer items than requested. The maximum value is 1000; values above 1000 will be coerced to 1000.

§
pageToken?: string
[src]

Optional. A token identifying a page of results the server should return.