ExclusionManagedRuleSetResponse

data class ExclusionManagedRuleSetResponse(val ruleGroups: List<ExclusionManagedRuleGroupResponse>? = null, val ruleSetType: String, val ruleSetVersion: String)

Defines a managed rule set for Exclusions.

Constructors

Link copied to clipboard
constructor(ruleGroups: List<ExclusionManagedRuleGroupResponse>? = null, ruleSetType: String, ruleSetVersion: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Defines the rule groups to apply to the rule set.

Link copied to clipboard

Defines the rule set type to use.

Link copied to clipboard

Defines the version of the rule set to use.