SafetyRuleRuleConfig

data class SafetyRuleRuleConfig(val inverted: Boolean, val threshold: Int, val type: String)

Constructors

Link copied to clipboard
constructor(inverted: Boolean, threshold: Int, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Logical negation of the rule.

Link copied to clipboard

Number of controls that must be set when you specify an ATLEAST type rule.

Link copied to clipboard

Rule type. Valid values are ATLEAST, AND, and OR.