AutomationRuleNumberFilter

data class AutomationRuleNumberFilter(val eq: Double? = null, val gte: Double? = null, val lte: Double? = null)

A number filter for querying findings.

Constructors

Link copied to clipboard
constructor(eq: Double? = null, gte: 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.

Link copied to clipboard
val gte: Double? = null

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

Link copied to clipboard
val lte: Double? = null

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