Exclusion Managed Rule Set Response
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)