Values_1.ScheduleRefreshOnEntitySourceThe refresh on entity for weekly or monthly schedules.
type nonrec t = {dayOfWeek : DayOfWeek.t option;The day of the week that you want to schedule a refresh on.
*)dayOfMonth : DayOfMonth.t option;The day of the month that you want to schedule refresh on.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of DayOfMonth.t ]) list ]