NumberLessThanOrEqualsAdvancedFilterResponse

data class NumberLessThanOrEqualsAdvancedFilterResponse(val key: String? = null, val operatorType: String, val value: Double? = null)

NumberLessThanOrEquals Advanced Filter.

Constructors

constructor(key: String? = null, operatorType: String, value: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String? = null

The field/property in the event based on which you want to filter.

Link copied to clipboard

The operator type used for filtering, e.g., NumberIn, StringContains, BoolEquals and others. Expected value is 'NumberLessThanOrEquals'.

Link copied to clipboard
val value: Double? = null

The filter value.