Action Response
data class ActionResponse(val parameters: List<ParameterResponse>? = null, val type: String? = null)
Action to be taken on a route matching a RouteMap criterion.
Action to be taken on a route matching a RouteMap criterion.