ScheduleInterval Data Type

Interval definition for ScheduleData.

Properties
name data type constraints description
value number required int Get the interval duration.
unit IntervalUnit   Get the interval time unit.

Example

{
  "value" : 12345,
  "unit" : "minute"
}