asana 0.1.1

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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<**String**> | *Create-only*. Comma separated string of users. 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]
**owner** | Option<**String**> | The current owner of the project, may be null. | [optional]
**team** | Option<**String**> | *Create-only*. The team that this project is shared with. This field only exists for projects in organizations. | [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)