Values.LinkRoutingRuleSummarySourceSummary of a routing rule for list responses
type nonrec t = {ruleId : RuleId.t option;The unique identifier of the routing rule.
*)priority : RulePriority.t option;The priority of the routing rule.
*)conditions : RuleCondition.t option;The conditions for the routing rule.
*)status : RuleStatus.t option;The status of the routing rule.
*)createdAt : Timestamp.t option;The timestamp of when the routing rule was created.
*)updatedAt : Timestamp.t option;The timestamp of when the routing rule was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of RulePriority.t
| `String of RuleId.t
| `Structure of
(string
* [> `String of RuleConditionHostHeaderString.t
| `Structure of
(string * [> `String of QueryStringKeyValuePairKeyString.t ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]