Values.ChannelAlertSourceAn alert on a channel
type nonrec t = {alertType : string option;The type of the alert
*)clearedTimestamp : string option;The time when the alert was cleared
*)id : string option;The unique ID for this alert instance
*)message : string option;The user facing alert message which can have more context
*)pipelineId : string option;The ID of the pipeline this alert is associated with
*)setTimestamp : string option;The time when the alert was set
*)state : ChannelAlertState.t option;The state of the alert
*)}