Values.JobScheduleSourceThe day and time when do you want to start the Identity Resolution Job every week.
type nonrec t = {dayOfTheWeek : JobScheduleDayOfTheWeek.t;The day when the Identity Resolution Job should run every week.
*)time : JobScheduleTime.t;The time when the Identity Resolution Job should run every week.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of JobScheduleTime.t ]) list ]