Values_3.InstanceEventWindowStateChangeSourceThe state of the event window.
type nonrec t = {instanceEventWindowId : Values_1.InstanceEventWindowId.t option;The ID of the event window.
*)state : Values_1.InstanceEventWindowState.t option;The current state of the event window.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of Values_1.InstanceEventWindowId.t ])
list ]