Get Waf Rules Result
data class GetWafRulesResult(val filter: GetWafRulesFilter? = null, val id: String, val packageId: String? = null, val rules: List<GetWafRulesRule>, val zoneId: String)
A collection of values returned by getWafRules.
Constructors
Link copied to clipboard
constructor(filter: GetWafRulesFilter? = null, id: String, packageId: String? = null, rules: List<GetWafRulesRule>, zoneId: String)