stat-or-property-condition
stat-or-property-condition
Model that represents a Property Condition
JSON Example
{
"doubleValue": "number",
"key": "string",
"operator": "string",
"stringValue": "string"
}
number As double As double
doubleValue
Optional
Double value to which we need to compare to
string
key
Required
The name of the StatKey or Property to which the condition applies
string
operator
Required
Comparison operator to use.
Default value is EXISTS, i.e. checks the existence of stat or property.
Possible values are : EQ, NOT_EQ, LIKE, LT, GT, LT_EQ, GT_EQ, IN, NOT_IN, EXISTS, CONTAINS, STARTS_WITH, ENDS_WITH, NOT_STARTS_WITH, NOT_ENDS_WITH, NOT_CONTAINS, REGEX, NOT_REGEX, NOT_EXISTS, EMPTY, NOT_EMPTY,
string
stringValue
Optional
String value to which we need to compare to