LongOption
LongOption
The LongOption data object type is used to define the minimum, maximum, and default values for a 64-bit long option.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"valueIsReadonly": false,
"min": 0,
"max": 0,
"defaultValue": 0
}
integer As int64
As int64
min
Required
The minimum value.
integer As int64
As int64
max
Required
The maximum value.
integer As int64
As int64
defaultValue
Required
The default value.