Values.WindowSourceThe object that defines the time length of an exclusion window.
type nonrec t = {durationUnit : DurationUnit.t;The unit of time for the exclusion window duration. Valid values: MINUTE, HOUR, DAY, MONTH.
*)duration : ExclusionDuration.t;The number of time units for the exclusion window length.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Integer of ExclusionDuration.t ]) list ]