GroupListItem

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

Constructors

Link copied to clipboard
constructor(id: UUID, name: String, path: String, subGroups: List<GroupListItem>)

Properties

Link copied to clipboard
val id: UUID
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard