Values.FlowExecutionMessageSourceAn object that contains information about a flow event.
type nonrec t = {messageId : FlowExecutionMessageId.t option;The unique identifier of the message.
*)eventType : FlowExecutionEventType.t option;The type of flow event .
*)timestamp : Timestamp.t option;The date and time when the message was last updated.
*)payload : FlowExecutionMessagePayload.t option;A string containing information about the flow event.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of FlowExecutionMessageId.t
| `Timestamp of Timestamp.t ])
list ]