SyntheticClassLBVariableConditionAllOf1
Properties
boolean
case_sensitive
Optional
If true, case is significant when comparing variable value.
string
match_type
Optional
Match type of variable value
Possible values are: STARTS_WITH , ENDS_WITH , EQUALS , CONTAINS , REGEX
string
variable_name
Required
Name of the variable to be matched
string
variable_value
Required
Value of variable to be matched
JSON Example
{
"variable_name": "string",
"variable_value": "string"
}