Resource: TaskList
| JSON representation | 
|---|
| { "kind" : string , "id" : string , "etag" : string , "title" : string , "updated" : string , "selfLink" : string } | 
| Fields | |
|---|---|
| kind |   Output only. Type of the resource. This is always "tasks#taskList". | 
| id |   Task list identifier. | 
| etag |   ETag of the resource. | 
| title |   Title of the task list. Maximum length allowed: 1024 characters. | 
| updated |   Output only. Last modification time of the task list (as a RFC 3339 timestamp). | 
| selfLink |   Output only. URL pointing to this task list. Used to retrieve, update, or delete this task list. | 
| Methods | |
|---|---|
|   | Deletes the authenticated user's specified task list. | 
|   | Returns the authenticated user's specified task list. | 
|   | Creates a new task list and adds it to the authenticated user's task lists. | 
|   | Returns all the authenticated user's task lists. | 
|   | Updates the authenticated user's specified task list. | 
|   | Updates the authenticated user's specified task list. | 

