GetRateBasedRulePlainArgs

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

A collection of arguments for invoking getRateBasedRule.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

Name of the WAF rate based rule.

Functions

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