Values.SyncBlockerSourceDetailed data of the sync blocker.
type nonrec t = {contexts : SyncBlockerContexts.t option;The contexts for the sync blocker.
*)createdAt : Timestamp.t option;The time when the sync blocker was created.
*)createdReason : String_.t option;The reason why the sync blocker was created.
*)id : String_.t option;The ID of the sync blocker.
*)resolvedAt : Timestamp.t option;The time the sync blocker was resolved.
*)resolvedReason : String_.t option;The reason the sync blocker was resolved.
*)status : BlockerStatus.t option;The status of the sync blocker.
*)type_ : BlockerType.t option;The type of the sync blocker.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of String_.t ]) list ] list
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]