Values.CallbackSucceededDetailsSourceContains details about a successfully completed callback operation, including the result data and completion timestamp.
type nonrec t = {result : EventResult.t option;The response payload from the successful operation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Truncated.t | `String of OperationPayload.t ])
list ])
list ]