# ProjectResponseAllOf
## Properties
**custom_fields** | Option<[**Vec<crate::models::CustomFieldCompact>**](CustomFieldCompact.md)> | Array of Custom Fields. | [optional][readonly]
**followers** | Option<[**Vec<crate::models::UserCompact>**](UserCompact.md)> | Array of users following this project. Followers are a subset of members who receive all notifications for a project, the default notification setting when adding members to a project in-product. | [optional][readonly]
**owner** | Option<[**crate::models::UserCompact**](UserCompact.md)> | The current owner of the project, may be null. | [optional]
**team** | Option<[**crate::models::TeamCompact**](TeamCompact.md)> | | [optional]
**icon** | Option<**String**> | The icon for a project. | [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)