Values.SyncBlockerSourceInformation about a blocker for a sync event.
type nonrec t = {id : Id.t option;The ID for a specific sync blocker.
*)type_ : BlockerType.t option;The sync blocker type.
*)status : BlockerStatus.t option;The status for a specific sync blocker.
*)createdReason : CreatedReason.t option;The provided reason for a specific sync blocker.
*)createdAt : Timestamp.t option;The creation time for a specific sync blocker.
*)contexts : SyncBlockerContextList.t option;The contexts for a specific sync blocker.
*)resolvedReason : ResolvedReason.t option;The resolved reason for a specific sync blocker.
*)resolvedAt : Timestamp.t option;The time that a specific sync blocker was resolved.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `String of SyncBlockerContextKey.t ]) list ]
list
| `String of Id.t
| `Timestamp of Timestamp.t ])
list ]