# CriticalAlert
## Properties
**id** | Option<**i32**> | Unique identifier for the alert | [optional]
**alert_type** | Option<**String**> | Type of alert (e.g., critical_error) | [optional]
**message** | Option<**String**> | The message content of the alert | [optional]
**created_at** | Option<**String**> | Time when the alert was created | [optional]
**acknowledged** | Option<**bool**> | Acknowledgment status of the alert, can be true, false, or null if not set | [optional]
**workspace_id** | Option<**String**> | Workspace id if the alert is in the scope of a workspace | [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)