Get Waf Rules Result
data class GetWafRulesResult(val id: String, val ids: List<String>, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val queryArgs: String? = null, val wafRules: List<GetWafRulesWafRule>)
A collection of values returned by getWafRules.