Web Application Firewall Custom Rule Response
data class WebApplicationFirewallCustomRuleResponse(val action: String, val etag: String, val matchConditions: List<MatchConditionResponse>, val name: String? = null, val priority: Int, val ruleType: String)
Defines contents of a web application rule.