Module Values.AnalysisResultLocationSource

Contains information that you can use to locate the field in your detector model that the analysis result references.

Sourcetype nonrec t = {
  1. path : AnalysisResultLocationPath.t option;
    (*

    A JsonPath expression that identifies the error field in your detector model.

    *)
}
Sourceval make : ?path:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AnalysisResultLocationPath.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