Module Values.RelatedObservationsSource

Describes observations related to the problem.

Sourcetype nonrec t = {
  1. observationList : ObservationList.t option;
    (*

    The list of observations related to the problem.

    *)
}
Sourceval make : ?observationList:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Double of Value.t | `Enum of string | `Integer of XRayFaultPercent.t | `Long of XRayRequestAverageLatency.t | `String of ObservationId.t | `Timestamp of StartTime.t ]) list ] list ]) 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