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/batch:v1.ts";

ListTasks Response.

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

§Properties

§
nextPageToken?: string
[src]

Next page token.

§
tasks?: Task[]
[src]

Tasks.

§
unreachable?: string[]
[src]

Locations that could not be reached.