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

ProjectsLocationsEvaluationsExecutionsListOptions

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

Additional options for WorkloadManager#projectsLocationsEvaluationsExecutionsList.

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

§Properties

§
filter?: string
[src]

Filtering results

§
orderBy?: string
[src]

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

§
pageSize?: number
[src]

Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

§
pageToken?: string
[src]

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