RuleFieldValue

data class RuleFieldValue(val booleanValue: Boolean? = null, val doubleValue: Double? = null, val emptyValue: Any? = null, val stringValue: String? = null)

The value of the field.

Constructors

Link copied to clipboard
constructor(booleanValue: Boolean? = null, doubleValue: Double? = null, emptyValue: Any? = null, stringValue: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val booleanValue: Boolean? = null
Link copied to clipboard
val doubleValue: Double? = null
Link copied to clipboard
val emptyValue: Any? = null
Link copied to clipboard
val stringValue: String? = null