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

ListTasksResponse

import type { ListTasksResponse } from "https://googleapis.deno.dev/v1/cloudtasks:v2.ts";

Response message for listing tasks using ListTasks.

interface ListTasksResponse {
nextPageToken?: string;
tasks?: Task[];
}

§Properties

§
nextPageToken?: string
[src]

A token to retrieve next page of results. To return the next page of results, call ListTasks with this value as the page_token. If the next_page_token is empty, there are no more results.

§
tasks?: Task[]
[src]

The list of tasks.