# Schedule
## Properties
**id** | Option<**i32**> | The id of the schedule. | [optional][readonly]
**status** | Option<**String**> | The status of the schedule. | [optional][readonly]
**creation_time** | Option<**String**> | the creation time of the schedule. | [optional][readonly]
**update_time** | Option<**String**> | the update time of the schedule. | [optional][readonly]
**schedule** | Option<[**models::ScheduleObj**](ScheduleObj.md)> | | [optional]
**parameters** | Option<[**std::collections::HashMap<String, serde_json::Value>**](serde_json::Value.md)> | The parameters of schedule job | [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)