DirectoryEntry

@Serializable
data class DirectoryEntry(val name: String, val entryType: EntryType)

Constructors

Link copied to clipboard
constructor(name: String, entryType: EntryType)

Properties

Link copied to clipboard
Link copied to clipboard