Specifies which hour(s) a schedule is active for. Examples: Every three hours starting from 8AM, inclusive: * type LIST * values "8" * interval 3 During business hours: * type RANGE * values "9", "5" At 5AM, noon, and 5PM: * type LIST * values "5", "12", "17"
Properties
Name
Type
Description
Notes
type
Enum [ 'LIST', 'RANGE' ]
Enum type to specify hours value
[required]
values
[]str
Values of the days based on the enum type mentioned above