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
/
MetadataEdit
Metadata
Edit
@
Serializable
data
class
MetadataEdit
(
val
key
:
String
,
val
oldValue
:
String
?
,
val
newValue
:
String
?
)
Edit of a single metadata entry.
Members
Constructors
Metadata
Edit
Link copied to clipboard
constructor
(
key
:
String
,
oldValue
:
String
?
,
newValue
:
String
?
)
Properties
key
Link copied to clipboard
val
key
:
String
new
Value
Link copied to clipboard
val
newValue
:
String
?
old
Value
Link copied to clipboard
val
oldValue
:
String
?