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

TasksInsertOptions

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

Additional options for Tasks#tasksInsert.

interface TasksInsertOptions {
parent?: string;
previous?: string;
}

§Properties

§
parent?: string
[src]

Parent task identifier. If the task is created at the top level, this parameter is omitted. Optional.