NumericRange

NumericRange
NumericRange

The class that describe an integer range.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "start": 0,
    "end": 0
}
integer As int32 As int32
start
Required

The starting number.

integer As int32 As int32
end
Required

The ending number (inclusive).