# ProjectStatusBase
## Properties
**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. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)