Values_1.HierarchyPathSourceContains information about the levels of a hierarchy group.
type nonrec t = {levelOne : HierarchyGroupSummary.t option;Information about level one.
*)levelTwo : HierarchyGroupSummary.t option;Information about level two.
*)levelThree : HierarchyGroupSummary.t option;Information about level three.
*)levelFour : HierarchyGroupSummary.t option;Information about level four.
*)levelFive : HierarchyGroupSummary.t option;Information about level five.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `String of Values_0.HierarchyGroupId.t
| `Timestamp of Values_0.Timestamp.t ])
list ])
list ]