Package-level declarations

Types

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