KpiThresholdsResponse

data class KpiThresholdsResponse(val increasingKpi: Boolean, val lowerLimit: Double, val upperLimit: Double)

Defines the KPI Threshold limits.

Constructors

Link copied to clipboard
constructor(increasingKpi: Boolean, lowerLimit: Double, upperLimit: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether or not the KPI is an increasing KPI.

Link copied to clipboard

The lower threshold limit.

Link copied to clipboard

The upper threshold limit.