Values.AuditEventFieldSourceFields for audit event.
type nonrec t = {eventFieldId : AuditEventFieldId.t option;Unique identifier of field in an Audit History entry.
*)oldValue : AuditEventFieldValueUnion.t option;Union of potential field value types.
*)newValue : AuditEventFieldValueUnion.t option;Union of potential field value types.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of AuditEventFieldId.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Double of Double.t
| `String of AuditEventFieldValueUnionStringValueString.t
| `Structure of 'a list ])
list ])
list ]