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

ProjectsLocationsEnvironmentsWorkloadsListOptions

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

Additional options for Composer#projectsLocationsEnvironmentsWorkloadsList.

interface ProjectsLocationsEnvironmentsWorkloadsListOptions {
filter?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
filter?: string
[src]

Optional. The list filter. Currently only supports equality on the type field. The value of a field specified in the filter expression must be one ComposerWorkloadType enum option. It's possible to get multiple types using "OR" operator, e.g.: "type=SCHEDULER OR type=CELERY_WORKER". If not specified, all items are returned.

§
pageSize?: number
[src]

Optional. The maximum number of environments to return.

§
pageToken?: string
[src]

Optional. The next_page_token value returned from a previous List request, if any.