WebAclOrStatement

data class WebAclOrStatement(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 OR logic. You can use any statements that can be nested.