Values.AnalyticsSessionGroupByKeySourceContains the category by which the session analytics were grouped and a member of that category.
type nonrec t = {name : AnalyticsSessionField.t option;The category by which the session analytics were grouped.
*)value : AnalyticsGroupByValue.t option;A member of the category by which the session analytics were grouped.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of AnalyticsGroupByValue.t ])
list ]