Module Values_0.DatapointInclusionAnnotationSource

An Inclusion Annotation.

Sourcetype nonrec t = {
  1. profileId : HashString.t option;
    (*

    The ID of the data quality profile the statistic belongs to.

    *)
  2. statisticId : HashString.t option;
    (*

    The Statistic ID.

    *)
  3. inclusionAnnotation : InclusionAnnotationValue.t option;
    (*

    The inclusion annotation value to apply to the statistic.

    *)
}
Sourceval make : ?profileId:??? -> ?statisticId:??? -> ?inclusionAnnotation:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of HashString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t