Values.PreviewOverrideSourceInformation about contacts and times that an on-call override replaces.
type nonrec t = {newMembers : RotationOverridePreviewMemberList.t option;Information about contacts to add to an on-call rotation override.
*)startTime : DateTime.t option;Information about the time a rotation override would begin.
*)endTime : DateTime.t option;Information about the time a rotation override would end.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of Member.t ] list
| `Timestamp of DateTime.t ])
list ]