Values.AlarmModelSummarySourceContains a summary of an alarm model.
type nonrec t = {creationTime : Timestamp.t option;The time the alarm model was created, in the Unix epoch format.
*)alarmModelDescription : AlarmModelDescription.t option;The description of the alarm model.
*)alarmModelName : AlarmModelName.t option;The name of the alarm model.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of AlarmModelDescription.t | `Timestamp of Timestamp.t ])
list ]