Get Rules Engine Result
data class GetRulesEngineResult(val id: String, val name: String, val resourceState: String, val rules: List<RulesEngineRuleResponse>? = null, val type: String)
A rules engine configuration containing a list of rules that will run to modify the runtime behavior of the request and response.