Values.SyncBlockerSummarySourceA summary for sync blockers.
type nonrec t = {resourceName : ResourceName.t option;The resource name for sync blocker summary.
*)parentResourceName : ResourceName.t option;The parent resource name for a sync blocker summary.
*)latestBlockers : LatestSyncBlockerList.t option;The latest events for a sync blocker summary.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `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 ]
list
| `String of ResourceName.t ])
list ]