Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.02 KB

AutomationSchedule.md

File metadata and controls

15 lines (10 loc) · 1.02 KB

AutomationSchedule

Properties

Name Type Description Notes
cron str Cron expression defining the schedule of the automation. The format is SECOND MINUTE HOUR DAY-OF-MONTH MONTH DAY-OF-WEEK (YEAR). The example expression signifies an action every 30 minutes from 9:00 to 17:00 on workdays.
cron_description str Human-readable description of the cron expression. [optional] [readonly]
first_run datetime Timestamp of the first scheduled action. If not provided default to the next scheduled time. [optional]
timezone str Timezone in which the schedule is defined. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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