Values_1.OpsItemEventSummarySourceSummary information about an OpsItem event or that associated an OpsItem with a related item.
type nonrec t = {opsItemId : Values_0.String_.t option;The ID of the OpsItem.
*)eventId : Values_0.String_.t option;The ID of the OpsItem event.
*)source : Values_0.String_.t option;The source of the OpsItem event.
*)detailType : Values_0.String_.t option;The type of information provided as a detail.
*)detail : Values_0.String_.t option;Specific information about the OpsItem event.
*)createdBy : OpsItemIdentity.t option;Information about the user or resource that created the OpsItem event.
*)createdTime : Values_0.DateTime.t option;The date and time the OpsItem event was created.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.String_.t
| `Structure of (string * [> `String of Values_0.String_.t ]) list
| `Timestamp of Values_0.DateTime.t ])
list ]