RulesSourceResponse

data class RulesSourceResponse(val rulesSourceList: RulesSourceListResponse? = null, val rulesString: String? = null, val statefulRules: List<StatefulRuleResponse>? = null, val statelessRulesAndCustomActions: StatelessRulesAndCustomActionsResponse? = null)

Definition of RulesSource

Constructors

Link copied to clipboard
constructor(rulesSourceList: RulesSourceListResponse? = null, rulesString: String? = null, statefulRules: List<StatefulRuleResponse>? = null, statelessRulesAndCustomActions: StatelessRulesAndCustomActionsResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Property rulesSourceList

Link copied to clipboard
val rulesString: String? = null

Property rulesString

Link copied to clipboard

Property statefulRules

Link copied to clipboard

Property statelessRulesAndCustomActions