# TaskRequestAllOf
## Properties
**assignee** | Option<**String**> | Gid of a user. | [optional]
**custom_fields** | Option<**::std::collections::HashMap<String, String>**> | An object where each key is a Custom Field gid and each value is an enum gid, string, or number. | [optional]
**followers** | Option<**Vec<String>**> | *Create-Only* An array of strings identifying users. These can either be the string \"me\", an email, or the gid of a user. In order to change followers on an existing task use `addFollowers` and `removeFollowers`. | [optional]
**parent** | Option<**String**> | Gid of a task. | [optional]
**projects** | Option<**Vec<String>**> | *Create-Only* Array of project gids. In order to change projects on an existing task use `addProject` and `removeProject`. | [optional]
**tags** | Option<**Vec<String>**> | *Create-Only* Array of tag gids. In order to change tags on an existing task use `addTag` and `removeTag`. | [optional]
**workspace** | Option<**String**> | Gid of a workspace. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)