Values.ResourceSyncEventSourceDetail data for a resource sync event.
type nonrec t = {event : String_.t option;A resource sync event.
*)externalId : String_.t option;The external ID for the event.
*)time : Timestamp.t option;The time when the event occurred.
*)type_ : String_.t option;The type of event.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of String_.t | `Timestamp of Timestamp.t ]) list ]