WebAclSizeConstraintStatement

data class WebAclSizeConstraintStatement(val comparisonOperator: WebAclSizeConstraintStatementComparisonOperator, val fieldToMatch: WebAclFieldToMatch, val size: Double, val textTransformations: List<WebAclTextTransformation>)

Size Constraint statement.

Constructors

Types

Link copied to clipboard
object Companion

Properties