asana 0.1.1

asana bindings for rust
Documentation
# ProjectStatusResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**gid** | Option<**String**> | Globally unique identifier of the resource, as a string. | [optional][readonly]
**resource_type** | Option<**String**> | The base type of this resource. | [optional][readonly]
**title** | Option<**String**> | The title of the project status update. | [optional]
**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. | 
**created_at** | Option<**String**> | The time at which this resource was created. | [optional][readonly]
**created_by** | Option<[**crate::models::UserCompact**]UserCompact.md> |  | [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)