MatchConditionResponse

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
constructor(matchValues: List<String>, matchVariables: List<MatchVariableResponse>, negationConditon: Boolean? = null, operator: String, transforms: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Match value.

Link copied to clipboard

List of match variables.

Link copied to clipboard

Whether this is negate condition or not.

Link copied to clipboard

The operator to be matched.

Link copied to clipboard
val transforms: List<String>? = null

List of transforms.