Values.RuleSourceDefines the schedule configuration for an alarm mute rule. The rule contains a schedule that specifies when and how long alarms should be muted. The schedule can be a recurring pattern using cron expressions or a one-time mute window using at expressions.
type nonrec t = {schedule : Schedule.t;The schedule configuration that defines when the mute rule activates and how long it remains active.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of Expression.t ]) list ])
list ]