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;
readonly kind?: string;
readonly selfLink?: string;
title?: string;
readonly updated?: string;
}

§Properties

§
etag?: string
[src]

ETag of the resource.

§
id?: string
[src]

Task list identifier.

§
readonly kind?: string
[src]

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

§
title?: string
[src]

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

§
readonly updated?: string
[src]

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