windmill-api 1.683.1

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# CriticalAlert

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)