Values.ResourceSyncEventSourceInformation about a resource sync event for the resource associated with a sync configuration.
type nonrec t = {event : Event.t option;The event for a resource sync event.
*)externalId : ExternalId.t option;The ID for a resource sync event.
*)time : Timestamp.t option;The time that a resource sync event occurred.
*)type_ : Type.t option;The type of resource sync event.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of Event.t | `Timestamp of Timestamp.t ]) list ]