Values.ResourceSyncAttemptSourceDetail data for a resource sync attempt activated by a push to a repository.
type nonrec t = {events : ResourceSyncEvents.t option;An array of events with detail data.
*)initialRevision : Revision.t option;Detail data for the initial repository commit, path and push.
*)startedAt : Timestamp.t option;The time when the sync attempt started.
*)status : ResourceSyncStatus.t option;The status of the sync attempt.
*)target : String_.t option;The resource that is synced to.
*)targetRevision : Revision.t option;Detail data for the target revision.
*)}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
| `String of String_.t
| `Structure of
(string * [> `Enum of string | `String of GitBranchName.t ]) list
| `Timestamp of Timestamp.t ])
list ]