ouisync
Toggle table of contents
0.9.2-2
jvm
Platform filter
jvm
Switch theme
Search in API
ouisync
ouisync-session
/
org.equalitie.ouisync.session
/
Request
/
RepositoryMoveEntry
Repository
Move
Entry
@
Serializable
class
RepositoryMoveEntry
(
val
repo
:
RepositoryHandle
,
val
src
:
String
,
val
dst
:
String
)
:
Request
Members
Constructors
Repository
Move
Entry
Link copied to clipboard
constructor
(
repo
:
RepositoryHandle
,
src
:
String
,
dst
:
String
)
Properties
dst
Link copied to clipboard
val
dst
:
String
repo
Link copied to clipboard
val
repo
:
RepositoryHandle
src
Link copied to clipboard
val
src
:
String