01README
Google Cloud tasks infrastructure models
02Models
@swamp/gcp/tasks/tasklistsv2026.04.23.1tasklists.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| id? | string | Task list identifier. |
| title? | string | Title of the task list. Maximum length allowed: 1024 characters. |
fn create()
Create a tasklists
fn get(identifier: string)
Get a tasklists
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the tasklists |
fn update()
Update tasklists attributes
fn delete(identifier: string)
Delete the tasklists
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the tasklists |
fn sync()
Sync tasklists state from GCP
Resources
state(infinite)— Returns the authenticated user's specified task list.
@swamp/gcp/tasks/tasksv2026.04.23.1tasks.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| assignmentInfo? | object | Information about the source of the task assignment (Document, Chat Space). |
| completed? | string | Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed. |
| deleted? | boolean | Flag indicating whether the task has been deleted. For assigned tasks this field is read-only. They can only be deleted by calling tasks.delete, in which case both the assigned task and the original task (in Docs or Chat Spaces) are deleted. To delete the assigned task only, navigate to the assignment surface and unassign the task from there. The default is False. |
| due? | string | Scheduled date for the task (as an RFC 3339 timestamp). Optional. This represents the day that the task should be done, or that the task is visible on the calendar grid. It doesn't represent the deadline of the task. Only date information is recorded; the time portion of the timestamp is discarded when setting this field. It isn't possible to read or write the time that a task is scheduled for using the API. |
| hidden? | boolean | Flag indicating whether the task is hidden. This is the case if the task had been marked completed when the task list was last cleared. The default is False. This field is read-only. |
| id? | string | Task identifier. |
| notes? | string | Notes describing the task. Tasks assigned from Google Docs cannot have notes. Optional. Maximum length allowed: 8192 characters. |
| status? | string | Status of the task. This is either "needsAction" or "completed". |
| title? | string | Title of the task. Maximum length allowed: 1024 characters. |
| tasklist | string | Task list identifier. |
| previous? | string | Previous sibling task identifier. If the task is created at the first position among its siblings, this parameter is omitted. Optional. |
fn create()
Create a tasks
fn get(identifier: string)
Get a tasks
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the tasks |
fn update()
Update tasks attributes
fn delete(identifier: string)
Delete the tasks
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the tasks |
fn sync()
Sync tasks state from GCP
fn clear()
clear
fn move()
move
Resources
state(infinite)— Returns the specified task.
03Previous Versions
2026.04.03.3Apr 3, 2026
- Updated: tasklists, tasks
2026.04.03.1Apr 3, 2026
- Updated: tasklists, tasks
2026.04.02.2Apr 2, 2026
2026.03.27.1Mar 27, 2026
- Added: tasklists, tasks
04Stats
A
100 / 100
Downloads
0
Archive size
17.3 KB
Verified by Swamp
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types1/1earned
- Has description1/1earned
- At least one platform tag (or universal)1/1earned
- Two or more platform tags (or universal)1/1earned
- License declared1/1earned
- Verified public repository2/2earned
05Platforms
06Labels