StatOrPropertyCondition
Model that represents a Property Condition
Properties
The name of the StatKey or Property to which the condition applies
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
Double value to which we need to compare to
String value to which we need to compare to
JSON Example
{
"key": "string",
"operator": "EQ"
}
Property Of
StatOrPropertyConditionQuery