[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2024-12-20 UTC."],[[["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"]]