View the Project on GitHub elements-storage/elements-sdk-python
| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | ||
| variables | {str: (bool, date, datetime, dict, float, int, list, str, none_type)} | ||
| next_run | datetime | [readonly] | |
| type | int | ||
| enabled | bool | ||
| last_run | datetime, none_type | ||
| every | int | ||
| period | str | ||
| crontab_day_of_month | str | ||
| crontab_day_of_week | str | ||
| crontab_hour | str | ||
| crontab_minute | str | ||
| crontab_month_of_year | str | ||
| job | int |