OptionalpauseOptionalquartzA Cron expression using Quartz syntax that describes the schedule for a job. See Cron Trigger for details. This field is required.
OptionalsqlSQL condition that must be satisfied before a scheduled run is triggered. The condition is evaluated after the cron expression fires and must return a truthy result for the run to proceed.
OptionaltimezoneA Java timezone ID. The schedule for a job is resolved with respect to this timezone. See Java TimeZone for details. This field is required.
Indicate whether this schedule is paused or not.