FileMaestro
Toggle table of contents
1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
FileMaestro
FileMaestro
/
net.exoad.filemaestro.daemon
/
ConversionSlice
Conversion
Slice
data
class
ConversionSlice
(
val
child
:
String
,
val
from
:
String
,
val
to
:
String
,
val
timestamp
:
Long
,
val
error
:
String
?
)
Members
Constructors
Conversion
Slice
Link copied to clipboard
constructor
(
child
:
String
,
from
:
String
,
to
:
String
,
timestamp
:
Long
,
error
:
String
?
)
Properties
child
Link copied to clipboard
val
child
:
String
error
Link copied to clipboard
val
error
:
String
?
from
Link copied to clipboard
val
from
:
String
timestamp
Link copied to clipboard
val
timestamp
:
Long
to
Link copied to clipboard
val
to
:
String