REST Resource: tasklists
资源:TaskList
JSON 表示法 |
{
"kind": string,
"id": string,
"etag": string,
"title": string,
"updated": string,
"selfLink": string
} |
字段 |
kind |
string
仅限输出。资源的类型。始终为“tasks#taskList”。
|
id |
string
任务列表标识符。
|
etag |
string
资源的 ETag。
|
title |
string
任务列表的标题。允许的长度上限:1024 个字符。
|
updated |
string
仅限输出。任务列表的上次修改时间(以 RFC 3339 时间戳表示)。
|
selfLink |
string
仅限输出。指向此任务列表的网址。用于检索、更新或删除此任务列表。
|
方法 |
|
删除已通过身份验证的用户的指定任务列表。 |
|
返回已通过身份验证的用户的指定任务列表。 |
|
创建一个新的任务列表并将其添加到经过身份验证的用户的任务列表中。 |
|
返回所有经过身份验证的用户的任务列表。 |
|
更新已通过身份验证的用户的指定任务列表。 |
|
更新已通过身份验证的用户的指定任务列表。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-02-27。
[null,null,["最后更新时间 (UTC):2025-02-27。"],[[["The `TaskList` resource represents a user's task list and includes properties like `id`, `title`, and `updated`."],["`TaskList` can be accessed and manipulated through methods such as `get`, `insert`, `update`, `delete`, `list`, and `patch`."],["The JSON representation of a `TaskList` object includes fields such as `kind`, `id`, `etag`, `title`, `updated`, and `selfLink`, each serving specific data purposes."],["Users can manage their task lists by creating, retrieving, updating, deleting and listing them through the provided methods."]]],["The `TaskList` resource represents a user's task list, identified by an `id`. It includes `title`, `etag`, `kind`, `updated` timestamp, and `selfLink`. Key actions involve managing these lists via methods: `delete` removes a list, `get` retrieves one, `insert` creates a new one, `list` retrieves all, and `patch`/`update` modify existing lists. These actions are performed by authenticated users on their task lists. The information is represented in JSON format.\n"]]