RouteMapRuleAction

data class RouteMapRuleAction(val parameters: List<RouteMapRuleActionParameter>? = null, val type: String)

Constructors

Link copied to clipboard
constructor(parameters: List<RouteMapRuleActionParameter>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A parameter block as defined below. Required if type is anything other than Drop.

Link copied to clipboard

The type of the action to be taken. Possible values are Add, Drop, Remove, Replace and Unknown.