Name | Type | Description | Notes |
---|---|---|---|
label | string | A label to use to identify the set | [optional] |
start | string | The start of the range | [optional] |
end | string | The end of the range | [optional] |
start_inclusive | bool | When true, the set will include values greater or equal to "start" | [optional] [default to true] |
end_inclusive | bool | When true, the set will include values less than or equal to "end" | [optional] [default to true] |