Values.ServiceEventSourceThe details for an event that's associated with a service.
type nonrec t = {id : String_.t option;The ID string for the event.
*)createdAt : Timestamp.t option;The Unix timestamp for the time when the event was triggered.
*)message : String_.t option;The event message.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of String_.t | `Timestamp of Timestamp.t ]) list ]