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