Constructor # new MeUsersPrivateTasks(client, taskId) Endpoint constructor Parameters: Name Type Description client Client taskId String The id of the task. See: [UsersPrivateTasks in Awork API Docs](https://openapi.awork.com/#/UsersPrivateTasks) View Source endpoints/MeUsersPrivateTasks.js, line 11 Classes MeUsersPrivateTasks Methods # async tags() → {Promise.<Array.<String>>} Returns all tags of the private tasks. View Source endpoints/MeUsersPrivateTasks.js, line 28 Returns: Type: Promise.<Array.<String>>