Values.EventInputSourceInput information for an event.
type nonrec t = {payload : InputPayload.t option;The input payload.
*)truncated : Truncated.t option;Indicates if the error payload was truncated due to size limits.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Truncated.t | `String of InputPayload.t ]) list ]