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

TasklistsListOptions

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

Additional options for Tasks#tasklistsList.

interface TasklistsListOptions {
maxResults?: number;
pageToken?: string;
}

§Properties

§
maxResults?: number
[src]

Maximum number of task lists returned on one page. Optional. The default is 20 (max allowed: 100).

§
pageToken?: string
[src]

Token specifying the result page to return. Optional.