AutomationRuleCriteriaConfidence

data class AutomationRuleCriteriaConfidence(val eq: Double? = null, val gt: Double? = null, val gte: Double? = null, val lt: Double? = null, val lte: Double? = null)

Constructors

Link copied to clipboard
constructor(eq: Double? = null, gt: Double? = null, gte: Double? = null, lt: Double? = null, lte: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val eq: Double? = null

The equal-to condition to be applied to a single field when querying for findings, provided as a String.

Link copied to clipboard
val gt: Double? = null
Link copied to clipboard
val gte: Double? = null

The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.

Link copied to clipboard
val lt: Double? = null
Link copied to clipboard
val lte: Double? = null

The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.