Rule Group Rule Statement Size Constraint Statement
data class RuleGroupRuleStatementSizeConstraintStatement(val comparisonOperator: String, val fieldToMatch: RuleGroupRuleStatementSizeConstraintStatementFieldToMatch? = null, val size: Int, val textTransformations: List<RuleGroupRuleStatementSizeConstraintStatementTextTransformation>)
Constructors
Link copied to clipboard
fun RuleGroupRuleStatementSizeConstraintStatement(comparisonOperator: String, fieldToMatch: RuleGroupRuleStatementSizeConstraintStatementFieldToMatch? = null, size: Int, textTransformations: List<RuleGroupRuleStatementSizeConstraintStatementTextTransformation>)