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.
Constructors
Link copied to clipboard
fun GetWafRulesResult(id: String, ids: List<String>, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, queryArgs: String? = null, wafRules: List<GetWafRulesWafRule>)