Values.ScheduleConfigurationSourceThe details of the schedule of the data source runs.
type nonrec t = {timezone : Timezone.t option;The timezone of the data source run.
*)schedule : CronString.t option;The schedule of the data source runs.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of CronString.t ]) list ]