DelayRange
A start/end range used for time-based delay scheduling.
Notes
Defines a time range with a start and end value, used to specify time-based delay boundaries in delay schedule configurations.
Usage
- YAML
- JSON
- XML
end: {}
start: {}
{
"end": {},
"start": {}
}
<delayRange>
<end/>
<start/>
</delayRange>
Properties
| Property | Type | Required | Default |
|---|---|---|---|
end | object | No | - |
start | object | No | - |
Property Details
end
The end boundary of the range.
start
The start boundary of the range.