Values_0.TimestampedInclusionAnnotationSourceA timestamped inclusion annotation.
type nonrec t = {value : InclusionAnnotationValue.t option;The inclusion annotation value.
*)lastModifiedOn : Timestamp.t option;The timestamp when the inclusion annotation was last modified.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Timestamp of Timestamp.t ]) list ]