asana 0.1.1

asana bindings for rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# ProjectResponseAllOf

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)