Values_1.InstanceStatusEventSourceDescribes a scheduled event for an instance.
type nonrec t = {instanceEventId : Values_0.InstanceEventId.t option;The ID of the event.
*)code : Values_0.EventCode.t option;The event code.
*)description : Values_0.String_.t option;A description of the event. After a scheduled event is completed, it can still be described for up to a week. If the event has been completed, this description starts with the following text: [Completed].
*)notAfter : Values_0.DateTime.t option;The latest scheduled end time for the event.
*)notBefore : Values_0.DateTime.t option;The earliest scheduled start time for the event.
*)notBeforeDeadline : Values_0.DateTime.t option;The deadline for starting the event.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_0.InstanceEventId.t
| `Timestamp of Values_0.DateTime.t ])
list ]