Rules Engine Response
data class RulesEngineResponse(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.
Constructors
Link copied to clipboard
fun RulesEngineResponse(id: String, name: String, resourceState: String, rules: List<RulesEngineRuleResponse>? = null, type: String)