Name | Type | Description | Notes |
---|---|---|---|
interval | IntervalEnum | Interval of schedule | [optional] |
intervalUnit | Integer | Units of interval | [optional] |
max | Integer | Maximum time a schedule can be run | [optional] |
start | String | When schedule shoul start | [optional] |
end | String | When schedule should end | [optional] |
Name | Value |
---|---|
SECOND | "second" |
MINUTE | "minute" |
HOURLY | "hourly" |
DAILY | "daily" |
WEEKLY | "weekly" |
MONTHLY | "monthly" |
YEARLY | "yearly" |