Module Values_0.PercentPairSource

Describes the percentile and percentile value.

Sourcetype nonrec t = {
  1. percent : Percent.t option;
    (*

    The percentile.

    *)
  2. value : PercentValue.t option;
    (*

    The value of the percentile.

    *)
}
Sourceval make : ?percent:??? -> ?value:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Double of Percent.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