GroupListItem

data class GroupListItem(id: UUID, name: String, path: String, subGroups: List<GroupListItem>)

Properties

id
Link copied to clipboard
val id: UUID
name
Link copied to clipboard
val name: String
path
Link copied to clipboard
val path: String
subGroups
Link copied to clipboard
val subGroups: List<GroupListItem>