Values_1.HierarchyStructureUpdateSourceContains information about the level hierarchy to update.
type nonrec t = {levelOne : HierarchyLevelUpdate.t option;The update for level one.
*)levelTwo : HierarchyLevelUpdate.t option;The update for level two.
*)levelThree : HierarchyLevelUpdate.t option;The update for level three.
*)levelFour : HierarchyLevelUpdate.t option;The update for level four.
*)levelFive : HierarchyLevelUpdate.t option;The update for level five.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of HierarchyLevelName.t ]) list ])
list ]