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

ProjectsLocationsJobsTaskGroupsTasksListOptions

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

Additional options for Batch#projectsLocationsJobsTaskGroupsTasksList.

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

§Properties

§
filter?: string
[src]

Task filter, null filter matches all Tasks. Filter string should be of the format State=TaskStatus.State e.g. State=RUNNING

§
pageSize?: number
[src]

Page size.

§
pageToken?: string
[src]

Page token.