Web Acl Rule Statement Size Constraint Statement
data class WebAclRuleStatementSizeConstraintStatement(val comparisonOperator: String, val fieldToMatch: WebAclRuleStatementSizeConstraintStatementFieldToMatch? = null, val size: Int, val textTransformations: List<WebAclRuleStatementSizeConstraintStatementTextTransformation>)
Constructors
Link copied to clipboard
fun WebAclRuleStatementSizeConstraintStatement(comparisonOperator: String, fieldToMatch: WebAclRuleStatementSizeConstraintStatementFieldToMatch? = null, size: Int, textTransformations: List<WebAclRuleStatementSizeConstraintStatementTextTransformation>)