AnalysisNumericRangeFilterValue

data class AnalysisNumericRangeFilterValue(val parameter: String? = null, val staticValue: Double? = null)

Constructors

Link copied to clipboard
constructor(parameter: String? = null, staticValue: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val parameter: String? = null

The parameter that is used in the numeric range.

Link copied to clipboard
val staticValue: Double? = null

The static value of the numeric range filter.