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
/
RepositorySetAccess
Repository
Set
Access
@
Serializable
class
RepositorySetAccess
(
val
repo
:
RepositoryHandle
,
val
read
:
AccessChange
?
,
val
write
:
AccessChange
?
)
:
Request
Members
Constructors
Repository
Set
Access
Link copied to clipboard
constructor
(
repo
:
RepositoryHandle
,
read
:
AccessChange
?
,
write
:
AccessChange
?
)
Properties
read
Link copied to clipboard
val
read
:
AccessChange
?
repo
Link copied to clipboard
val
repo
:
RepositoryHandle
write
Link copied to clipboard
val
write
:
AccessChange
?