Route Map Rule
data class RouteMapRule(val actions: List<RouteMapRuleAction>? = null, val matchCriterions: List<RouteMapRuleMatchCriterion>? = null, val name: String, val nextStepIfMatched: String? = null)
Constructors
Link copied to clipboard
constructor(actions: List<RouteMapRuleAction>? = null, matchCriterions: List<RouteMapRuleMatchCriterion>? = null, name: String, nextStepIfMatched: String? = null)