ComparisonRuleResponse

data class ComparisonRuleResponse(val operator: String, val threshold: Double)

The comparison rule.

Constructors

Link copied to clipboard
constructor(operator: String, threshold: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The comparison operator.

Link copied to clipboard

Threshold setting.