RuleVariableValue

data class RuleVariableValue(val type: RuleValueType, val value: String? = null, val candidates: List<String> = listOf(), val eventDate: String? = null)

Constructors

Link copied to clipboard
constructor(type: RuleValueType, value: String? = null, candidates: List<String> = listOf(), eventDate: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val eventDate: String? = null
Link copied to clipboard
Link copied to clipboard
val value: String? = null

Functions

Link copied to clipboard
fun toVariableValue(): VariableValue