Values_0.HierarchyGroupsSourceInformation about the agent hierarchy. Hierarchies can be configured with up to five levels.
type nonrec t = {level1 : AgentHierarchyGroup.t option;The group at level one of the agent hierarchy.
*)level2 : AgentHierarchyGroup.t option;The group at level two of the agent hierarchy.
*)level3 : AgentHierarchyGroup.t option;The group at level three of the agent hierarchy.
*)level4 : AgentHierarchyGroup.t option;The group at level four of the agent hierarchy.
*)level5 : AgentHierarchyGroup.t option;The group at level five of the agent hierarchy.
*)}