Values.DurationSourceSpecifies maintenance schedule duration: duration value and duration unit. See the Developer Guide for more information.
type nonrec t = {value : DurationValue.t option;Integer to specify the value of a maintenance schedule duration. See the Developer Guide for more information.
*)unit : TimeUnit.t option;Specifies the unit of a maintenance schedule duration. Valid value is HOURS. See the Developer Guide for more information.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Long of DurationValue.t ]) list ]