Values.RepositorySyncEventSourceRepository sync event detail data for a sync attempt.
type nonrec t = {event : String_.t option;Event detail for a repository sync attempt.
*)externalId : String_.t option;The external ID of the sync event.
*)time : Timestamp.t option;The time that the sync event occurred.
*)type_ : String_.t option;The type of event.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of String_.t | `Timestamp of Timestamp.t ]) list ]