User Hierarchy Structure Hierarchy Structure
data class UserHierarchyStructureHierarchyStructure(val levelFive: UserHierarchyStructureHierarchyStructureLevelFive? = null, val levelFour: UserHierarchyStructureHierarchyStructureLevelFour? = null, val levelOne: UserHierarchyStructureHierarchyStructureLevelOne? = null, val levelThree: UserHierarchyStructureHierarchyStructureLevelThree? = null, val levelTwo: UserHierarchyStructureHierarchyStructureLevelTwo? = null)
Constructors
Link copied to clipboard
constructor(levelFive: UserHierarchyStructureHierarchyStructureLevelFive? = null, levelFour: UserHierarchyStructureHierarchyStructureLevelFour? = null, levelOne: UserHierarchyStructureHierarchyStructureLevelOne? = null, levelThree: UserHierarchyStructureHierarchyStructureLevelThree? = null, levelTwo: UserHierarchyStructureHierarchyStructureLevelTwo? = null)
Properties
Link copied to clipboard
A block that defines the details of level five. The level block is documented below. Each level block supports the following arguments:
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.