IntValue

data class IntValue(val value: Long) : FacetValue

An integer value.

Constructors

Link copied to clipboard
constructor(value: Long)

Properties

Link copied to clipboard
val value: Long