Custom Rule Response
data class CustomRuleResponse(val action: String, val enabledState: String? = null, val matchConditions: List<MatchConditionResponse>, val name: String, val priority: Int)
Defines the common attributes for a custom rule that can be included in a waf policy