Skip to main content

The Todo Object

THE TODO OBJECT
{
"id": 46,
"title": "Contact Google recruiter on LinkedIn",
"deadline": "2024-02-12",
"completed": false
}

Attributes


id integer

A unique integer for the object.


title string

The todo's title.


deadline string

The todo's deadline.


completed boolean

The todo's completion status.