Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Files

Latest commit

2b1dd86 · Jul 6, 2021

History

History
23 lines (19 loc) · 947 Bytes

Schedule.md

File metadata and controls

23 lines (19 loc) · 947 Bytes

ElementsSDK.Model.Schedule

Properties

Name Type Description Notes
Id int [optional] [readonly]
Variables Dictionary<string, string> [optional]
NextRun DateTime [optional] [readonly]
Type int [optional]
Enabled bool [optional]
LastRun DateTime? [optional]
Every int [optional]
Period string [optional]
CrontabDayOfMonth string [optional]
CrontabDayOfWeek string [optional]
CrontabHour string [optional]
CrontabMinute string [optional]
CrontabMonthOfYear string [optional]
Job int

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