User Hierarchy Group Hierarchy Path
data class UserHierarchyGroupHierarchyPath(val levelFives: List<UserHierarchyGroupHierarchyPathLevelFife>? = null, val levelFours: List<UserHierarchyGroupHierarchyPathLevelFour>? = null, val levelOnes: List<UserHierarchyGroupHierarchyPathLevelOne>? = null, val levelThrees: List<UserHierarchyGroupHierarchyPathLevelThree>? = null, val levelTwos: List<UserHierarchyGroupHierarchyPathLevelTwo>? = null)
Constructors
Link copied to clipboard
constructor(levelFives: List<UserHierarchyGroupHierarchyPathLevelFife>? = null, levelFours: List<UserHierarchyGroupHierarchyPathLevelFour>? = null, levelOnes: List<UserHierarchyGroupHierarchyPathLevelOne>? = null, levelThrees: List<UserHierarchyGroupHierarchyPathLevelThree>? = null, levelTwos: List<UserHierarchyGroupHierarchyPathLevelTwo>? = null)
Properties
Link copied to clipboard
A block that defines the details of level five. The level block is documented below.
Link copied to clipboard
A block that defines the details of level four. The level block is documented below.
Link copied to clipboard
A block that defines the details of level one. The level block is documented below.
Link copied to clipboard
A block that defines the details of level three. The level block is documented below.
Link copied to clipboard
A block that defines the details of level two. The level block is documented below.