RuleGroupSizeConstraintStatement

data class RuleGroupSizeConstraintStatement(val comparisonOperator: RuleGroupSizeConstraintStatementComparisonOperator, val fieldToMatch: RuleGroupFieldToMatch, val size: Double, val textTransformations: List<RuleGroupTextTransformation>)

Size Constraint statement.

Constructors

Types

Link copied to clipboard
object Companion

Properties