StatelessRulesAndCustomActionsResponse

data class StatelessRulesAndCustomActionsResponse(val customActions: List<CustomActionResponse>? = null, val statelessRules: List<StatelessRuleResponse>? = null)

Definition of StatelessRulesAndCustomActions

Constructors

Link copied to clipboard
constructor(customActions: List<CustomActionResponse>? = null, statelessRules: List<StatelessRuleResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Property customActions

Link copied to clipboard

Property statelessRules