# TaskResponseAllOf
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**assignee** | Option<[**crate::models::UserCompact**](UserCompact.md)> | | [optional]
**custom_fields** | Option<[**Vec<crate::models::CustomFieldResponse>**](CustomFieldResponse.md)> | Array of custom field values applied to the task. These represent the custom field values recorded on this project for a particular custom field. For example, these custom field values will contain an `enum_value` property for custom fields of type `enum`, a `text_value` property for custom fields of type `text`, and so on. Please note that the `gid` returned on each custom field value *is identical* to the `gid` of the custom field, which allows referencing the custom field metadata through the `/custom_fields/custom_field-gid` endpoint. | [optional][readonly]
**followers** | Option<[**Vec<crate::models::UserCompact>**](UserCompact.md)> | Array of users following this task. | [optional][readonly]
**parent** | Option<[**crate::models::TaskCompact**](TaskCompact.md)> | | [optional]
**projects** | Option<[**Vec<crate::models::ProjectCompact>**](ProjectCompact.md)> | *Create-only.* Array of projects this task is associated with. At task creation time, this array can be used to add the task to many projects at once. After task creation, these associations can be modified using the addProject and removeProject endpoints. | [optional][readonly]
**tags** | Option<[**Vec<crate::models::TagCompact>**](TagCompact.md)> | Array of tags associated with this task. In order to change tags on an existing task use `addTag` and `removeTag`. | [optional][readonly]
**workspace** | Option<[**crate::models::WorkspaceCompact**](WorkspaceCompact.md)> | | [optional]
**permalink_url** | Option<**String**> | A url that points directly to the object within Asana. | [optional][readonly]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)