Match Condition Response
data class MatchConditionResponse(val matchValues: List<String>, val matchVariables: List<MatchVariableResponse>, val negationConditon: Boolean? = null, val operator: String, val transforms: List<String>? = null)
Define match conditions.
Constructors
Link copied to clipboard
fun MatchConditionResponse(matchValues: List<String>, matchVariables: List<MatchVariableResponse>, negationConditon: Boolean? = null, operator: String, transforms: List<String>? = null)