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

TaskList

import type { TaskList } from "https://googleapis.deno.dev/v1/tasks:v1.ts";
interface TaskList {
etag?: string;
id?: string;
kind?: string;
selfLink?: string;
title?: string;
updated?: string;
}

§Properties

§
etag?: string
[src]

ETag of the resource.

§
id?: string
[src]

Task list identifier.

§
kind?: string
[src]

Type of the resource. This is always "tasks#taskList".

§
title?: string
[src]

Title of the task list. Maximum length allowed: 1024 characters.

§
updated?: string
[src]

Last modification time of the task list (as a RFC 3339 timestamp).