Values_0.StatisticAnnotationSourceA Statistic Annotation.
type nonrec t = {profileId : HashString.t option;The Profile ID.
*)statisticId : HashString.t option;The Statistic ID.
*)statisticRecordedOn : Timestamp.t option;The timestamp when the annotated statistic was recorded.
*)inclusionAnnotation : TimestampedInclusionAnnotation.t option;The inclusion annotation applied to the statistic.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of HashString.t
| `Structure of
(string * [> `Enum of string | `Timestamp of Timestamp.t ]) list
| `Timestamp of Timestamp.t ])
list ]