Section
Represents a section in a Todoist project.
See
https://todoist.com/api/v1/docs#tag/Sections
Extends
TypeOf
<typeofSectionSchema
>
Properties
Property | Type |
---|---|
addedAt | string |
archivedAt | null | string |
id | string |
isArchived | boolean |
isCollapsed | boolean |
isDeleted | boolean |
name | string |
projectId | string |
sectionOrder | number |
updatedAt | string |
userId | string |