LongRange

annotation class LongRange(val from: Long, val to: Long)(source)

Sets the minimum and maximum values on the specified @SlashOption.

Note: This is only for integer types!

See also

Properties

Link copied to clipboard
val from: Long

The minimum value of this parameter (included)

Link copied to clipboard
val to: Long

The maximum value of this parameter (included)