GetRulePlainArgs

data class GetRulePlainArgs(val name: String) : ConvertibleToJava<GetRulePlainArgs>

A collection of arguments for invoking getRule.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

Name of the WAF rule.

Functions

Link copied to clipboard
open override fun toJava(): GetRulePlainArgs