Values.AnalyticsBinKeySourceAn object containing the criterion by which to bin the results and the value that defines that bin.
type nonrec t = {name : AnalyticsBinByName.t option;The criterion by which to bin the results.
*)value : AnalyticsBinValue.t option;The value of the criterion that defines the bin.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Long of AnalyticsBinValue.t ]) list ]