UserHierarchyStructureProperties

data class UserHierarchyStructureProperties(val levelFive: UserHierarchyStructureLevelFive? = null, val levelFour: UserHierarchyStructureLevelFour? = null, val levelOne: UserHierarchyStructureLevelOne? = null, val levelThree: UserHierarchyStructureLevelThree? = null, val levelTwo: UserHierarchyStructureLevelTwo? = null)

Information about the hierarchy structure.

Constructors

Link copied to clipboard
constructor(levelFive: UserHierarchyStructureLevelFive? = null, levelFour: UserHierarchyStructureLevelFour? = null, levelOne: UserHierarchyStructureLevelOne? = null, levelThree: UserHierarchyStructureLevelThree? = null, levelTwo: UserHierarchyStructureLevelTwo? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

The update for level four.

Link copied to clipboard

The update for level one.

Link copied to clipboard

The update for level three.

Link copied to clipboard

The update for level two.