AutomationSourceRuleSetRule

data class AutomationSourceRuleSetRule(val expectedValue: String, val operator: String, val propertyPath: String, val propertyType: String)

Constructors

Link copied to clipboard
constructor(expectedValue: String, operator: String, propertyPath: String, propertyType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A value that will be compared with the value in property_path.

Link copied to clipboard

The comparison operator to use, must be one of: Contains, EndsWith, Equals, GreaterThan, GreaterThanOrEqualTo, LesserThan, LesserThanOrEqualTo, NotEquals, StartsWith

Link copied to clipboard

The JPath of the entity model property that should be checked.

Link copied to clipboard

The data type of the compared operands, must be one of: Integer, String, Boolean or Number.