StatefulRuleResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val action: String? = null

Property action

Link copied to clipboard
val header: HeaderResponse? = null

Property header

Link copied to clipboard

Property ruleOptions