Values.SuppressionPeriodSourceIf you are suppressing an anomaly temporariliy, this structure defines how long the suppression period is to be.
type nonrec t = {value : Integer.t option;Specifies the number of seconds, minutes or hours to suppress this anomaly. There is no maximum.
*)suppressionUnit : SuppressionUnit.t option;Specifies whether the value of value is in seconds, minutes, or hours.
*)}