Values.RefreshScheduleSourceThe schedule for a dashboard refresh.
type nonrec t = {frequency : RefreshScheduleFrequency.t option;The frequency at which you want the dashboard refreshed.
*)status : RefreshScheduleStatus.t option;Specifies whether the refresh schedule is enabled. Set the value to ENABLED to enable the refresh schedule, or to DISABLED to turn off the refresh schedule.
*)timeOfDay : TimeOfDay.t option;The time of day in UTC to run the schedule; for hourly only refer to minutes; default is 00:00.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of TimeOfDay.t
| `Structure of
(string
* [> `Enum of string
| `Integer of RefreshScheduleFrequencyValue.t ])
list ])
list ]