# InlineResponse2009 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **order_id** | Option<**i32**> | | [optional] **account** | Option<**String**> | account id | [optional] **alert_name** | Option<**String**> | | [optional] **alert_active** | Option<**i32**> | Value can only be 0 or 1, 1 means active | [optional] **order_time** | Option<**String**> | format, YYYYMMDD-HH:mm:ss, the time when you created the alert | [optional] **alert_triggered** | Option<**bool**> | whether the alert has been triggered or not | [optional] **alert_repeatable** | Option<**i32**> | whether the alert can be repeatable or not, value can be 1 or 0. 1 means true | [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)