Values.StartTimeRangeSourceA time range used to specify when the behavior of an insight or anomaly started.
type nonrec t = {fromTime : Timestamp.t option;The start time of the time range.
*)toTime : Timestamp.t option;The end time of the time range.
*)}