uapmd-binding
Toggle table of contents
Common
Target filter
Common
Switch theme
Search in API
Skip to content
uapmd-binding
uapmd-binding
/
dev.atsushieno.uapmd
/
TimelinePasteResult
Timeline
Paste
Result
data
class
TimelinePasteResult
(
val
success
:
Boolean
,
val
pasted
:
List
<
TimelineClipTarget
>
,
val
error
:
String
?
)
Members
Constructors
Timeline
Paste
Result
Link copied to clipboard
constructor
(
success
:
Boolean
,
pasted
:
List
<
TimelineClipTarget
>
,
error
:
String
?
)
Properties
error
Link copied to clipboard
val
error
:
String
?
pasted
Link copied to clipboard
val
pasted
:
List
<
TimelineClipTarget
>
success
Link copied to clipboard
val
success
:
Boolean