Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 902 Bytes

File metadata and controls

13 lines (8 loc) · 902 Bytes

CronSchedule

Properties

Name Type Description Notes
quartz_cron_expression String A Cron expression using Quartz syntax that describes the schedule for a job. See Cron Trigger for details. This field is required.
timezone_id String A Java timezone ID. The schedule for a job is resolved with respect to this timezone. See Java TimeZone for details. This field is required.
pause_status Option<String> Indicate whether this schedule is paused or not. [optional]

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