Values.AnomalyTimeRangeSourceA time range that specifies when the observed unusual behavior in an anomaly started and ended. This is different from AnomalyReportedTimeRange, which specifies the time range when DevOps Guru opens and then closes an anomaly.
type nonrec t = {startTime : Timestamp.t option;The time when the anomalous behavior started.
*)endTime : Timestamp.t option;The time when the anomalous behavior ended.
*)}