Route Map Rule Response
data class RouteMapRuleResponse(val actions: List<ActionResponse>? = null, val matchCriteria: List<CriterionResponse>? = null, val name: String? = null, val nextStepIfMatched: String? = null)
A RouteMap Rule.
Constructors
Link copied to clipboard
constructor(actions: List<ActionResponse>? = null, matchCriteria: List<CriterionResponse>? = null, name: String? = null, nextStepIfMatched: String? = null)