Rule Group Size Constraint Statement Args
data class RuleGroupSizeConstraintStatementArgs(val comparisonOperator: Output<RuleGroupSizeConstraintStatementComparisonOperator>, val fieldToMatch: Output<RuleGroupFieldToMatchArgs>, val size: Output<Double>, val textTransformations: Output<List<RuleGroupTextTransformationArgs>>) : ConvertibleToJava<RuleGroupSizeConstraintStatementArgs>
Size Constraint statement.
Constructors
Link copied to clipboard
fun RuleGroupSizeConstraintStatementArgs(comparisonOperator: Output<RuleGroupSizeConstraintStatementComparisonOperator>, fieldToMatch: Output<RuleGroupFieldToMatchArgs>, size: Output<Double>, textTransformations: Output<List<RuleGroupTextTransformationArgs>>)