Logo

View the Project on GitHub elements-storage/elements-sdk-python

ScheduleUpdate

A schedule that runs an Automation job automatically, either at a fixed interval or on a crontab expression.

Properties

Name Type Description Notes
job int    
variables {str: (bool, date, datetime, dict, float, int, list, str, none_type)}   [optional]
type int Scheduling mode: fixed interval (`1`, uses `every`/`period`) or a crontab expression (`2`, uses the `crontab_*` fields). [optional]
enabled bool   [optional]
last_run datetime, none_type   [optional]
every int   [optional]
period str   [optional]
crontab_day_of_month str   [optional]
crontab_day_of_week str   [optional]
crontab_hour str   [optional]
crontab_minute str   [optional]
crontab_month_of_year str   [optional]

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