WebAclNotStatement

data class WebAclNotStatement(val statement: WebAclStatement)

Constructors

Link copied to clipboard
constructor(statement: WebAclStatement)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The statement to negate. You can use any statement that can be nested.