Values.RepositorySyncAttemptSourceDetail data for a repository sync attempt activated by a push to a repository.
type nonrec t = {events : RepositorySyncEvents.t option;Detail data for sync attempt events.
*)startedAt : Timestamp.t option;The time when the sync attempt started.
*)status : RepositorySyncStatus.t option;The sync attempt status.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `String of String_.t | `Timestamp of Timestamp.t ])
list ]
list
| `Timestamp of Timestamp.t ])
list ]