WebAclAndStatement

data class WebAclAndStatement(val statements: List<WebAclStatement>)

Constructors

Link copied to clipboard
constructor(statements: List<WebAclStatement>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The statements to combine with AND logic. You can use any statements that can be nested.