GetSubscribedRuleGroupPlainArgs

data class GetSubscribedRuleGroupPlainArgs(val metricName: String? = null, val name: String? = null) : ConvertibleToJava<GetSubscribedRuleGroupPlainArgs>

A collection of arguments for invoking getSubscribedRuleGroup.

Constructors

Link copied to clipboard
constructor(metricName: String? = null, name: String? = null)

Properties

Link copied to clipboard
val metricName: String? = null

Name of the WAF rule group.

Link copied to clipboard
val name: String? = null

Name of the WAF rule group.

Functions

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