Module Values.ReportsSource

Sourcetype nonrec t = Report.t list
Sourceval make : 'a list -> 'a list
Sourceval of_string : 'a -> 'b
Sourceval to_value : Report.t list -> [> `List of [> `Structure of (string * [> `Boolean of WrapperBoolean.t | `Enum of string | `String of NonEmptyString.t | `Structure of (string * [> `Double of Percentage.t | `Enum of string | `Integer of WrapperInt.t | `Long of WrapperLong.t | `Map of ([> `String of String_.t ] * [> `Integer of WrapperInt.t ]) list | `Structure of (string * [> `Boolean of WrapperBoolean.t | `Enum of string | `String of NonEmptyString.t ]) list ]) list | `Timestamp of Timestamp.t ]) list ] list ]
Sourceval to_query : Report.t list -> Awso.Client.Query.t
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> Report.t list
Sourceval of_json : [> Yojson.Safe.t ] -> Report.t list
Sourceval to_json : Report.t list -> Yojson.Safe.t