Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 822 Bytes

ScheduleObj.md

File metadata and controls

12 lines (8 loc) · 822 Bytes

ScheduleObj

Properties

Name Type Description Notes
Type_ string The schedule type. The valid values are 'Hourly', 'Daily', 'Weekly', 'Custom', 'Manual' and 'None'. 'Manual' means to trigger it right away and 'None' means to cancel the schedule. [optional] [default to null]
Cron string A cron expression, a time-based job scheduler. [optional] [default to null]
NextScheduledTime time.Time The next time to schedule to run the job. [optional] [default to null]

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