toggle menu
ouisync
0.8.11-1
androidJvm
switch theme
search in API
ouisync
/
org.equalitie.ouisync.lib
/
DirectoryEntry
Directory
Entry
data
class
DirectoryEntry
(
val
name
:
String
,
val
entryType
:
EntryType
)
A directory entry
Members
Constructors
Directory
Entry
Link copied to clipboard
constructor
(
name
:
String
,
entryType
:
EntryType
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
entry
Type
Link copied to clipboard
val
entryType
:
EntryType
type of the entry (i.e., file or directory).
name
Link copied to clipboard
val
name
:
String
name of the entry.