Stateful Rule Response
data class StatefulRuleResponse(val action: String? = null, val header: HeaderResponse? = null, val ruleOptions: List<RuleOptionResponse>? = null)
Definition of StatefulRule
Constructors
Link copied to clipboard
constructor(action: String? = null, header: HeaderResponse? = null, ruleOptions: List<RuleOptionResponse>? = null)