Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 869 Bytes

Schedule.md

File metadata and controls

15 lines (11 loc) · 869 Bytes

Schedule

Properties

Name Type Description Notes
Id int32 The id of the schedule. [optional] [default to null]
Status string The status of the schedule. [optional] [default to null]
CreationTime time.Time the creation time of the schedule. [optional] [default to null]
UpdateTime time.Time the update time of the schedule. [optional] [default to null]
Schedule *ScheduleObj [optional] [default to null]
Parameters map[string]interface{} The parameters of schedule job [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]