Rule Group Size Constraint Statement
data class RuleGroupSizeConstraintStatement(val comparisonOperator: RuleGroupSizeConstraintStatementComparisonOperator, val fieldToMatch: RuleGroupFieldToMatch, val size: Double, val textTransformations: List<RuleGroupTextTransformation>)
Size Constraint statement.
Constructors
Link copied to clipboard
fun RuleGroupSizeConstraintStatement(comparisonOperator: RuleGroupSizeConstraintStatementComparisonOperator, fieldToMatch: RuleGroupFieldToMatch, size: Double, textTransformations: List<RuleGroupTextTransformation>)