# Schedule
## Properties
**path** | **String** | |
**edited_by** | **String** | |
**edited_at** | **String** | |
**schedule** | **String** | |
**timezone** | **String** | |
**enabled** | **bool** | |
**script_path** | **String** | |
**is_flow** | **bool** | |
**args** | Option<[**std::collections::HashMap<String, serde_json::Value>**](serde_json::Value.md)> | The arguments to pass to the script or flow | [optional]
**extra_perms** | **std::collections::HashMap<String, bool>** | |
**email** | **String** | |
**error** | Option<**String**> | | [optional]
**on_failure** | Option<**String**> | | [optional]
**on_failure_times** | Option<**f64**> | | [optional]
**on_failure_exact** | Option<**bool**> | | [optional]
**on_failure_extra_args** | Option<[**std::collections::HashMap<String, serde_json::Value>**](serde_json::Value.md)> | The arguments to pass to the script or flow | [optional]
**on_recovery** | Option<**String**> | | [optional]
**on_recovery_times** | Option<**f64**> | | [optional]
**on_recovery_extra_args** | Option<[**std::collections::HashMap<String, serde_json::Value>**](serde_json::Value.md)> | The arguments to pass to the script or flow | [optional]
**on_success** | Option<**String**> | | [optional]
**on_success_extra_args** | Option<[**std::collections::HashMap<String, serde_json::Value>**](serde_json::Value.md)> | The arguments to pass to the script or flow | [optional]
**ws_error_handler_muted** | Option<**bool**> | | [optional]
**retry** | Option<[**models::Retry**](Retry.md)> | | [optional]
**summary** | Option<**String**> | | [optional]
**description** | Option<**String**> | | [optional]
**no_flow_overlap** | Option<**bool**> | | [optional]
**tag** | Option<**String**> | | [optional]
**paused_until** | Option<**String**> | | [optional]
**cron_version** | Option<**String**> | | [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)