Values.RoutingRuleInputSourcetype nonrec t = {actions : RoutingRuleAction.t list;conditions : RoutingRuleCondition.t list;priority : RoutingRulePriority.t;}val make :
actions:RoutingRuleAction.t list ->
conditions:RoutingRuleCondition.t list ->
priority:RoutingRulePriority.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of RoutingRulePriority.t
| `List of
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of bool
| `List of
[> `String of SelectionKey.t
| `Structure of
(string * [> `String of SelectionKey.t ]) list ]
list
| `String of Id.t ])
list ])
list ]
list ])
list ]