Values_0.DatapointInclusionAnnotationSourceAn Inclusion Annotation.
type nonrec t = {profileId : HashString.t option;The ID of the data quality profile the statistic belongs to.
*)statisticId : HashString.t option;The Statistic ID.
*)inclusionAnnotation : InclusionAnnotationValue.t option;The inclusion annotation value to apply to the statistic.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of HashString.t ]) list ]