Values.RollingIntervalSourceIf the interval for this SLO is a rolling interval, this structure contains the interval specifications.
type nonrec t = {durationUnit : DurationUnit.t;Specifies the rolling interval unit.
*)duration : RollingIntervalDuration.t;Specifies the duration of each rolling interval. For example, if Duration is 7 and DurationUnit is DAY, each rolling interval is seven days.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Integer of RollingIntervalDuration.t ])
list ]