RuleGroupSizeConstraintStatementArgs

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>>)

Functions

Link copied to clipboard
open override fun toJava(): RuleGroupSizeConstraintStatementArgs

Properties

Link copied to clipboard
Link copied to clipboard
val size: Output<Double>