asana 0.1.1

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**author** | Option<[**crate::models::UserCompact**]UserCompact.md> |  | [optional]
**modified_at** | Option<[**serde_json::Value**].md> | The time at which this project status was last modified. *Note: This does not currently reflect any changes in associations such as comments that may have been added or removed from the project status.* | [optional]
**text** | **String** | The text content of the status update. | 
**html_text** | Option<**String**> | [Opt In]/docs/input-output-options. The text content of the status update with formatting as HTML. | [optional]
**color** | **String** | The color associated with the status update. | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)