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
/
ClipAddResult
Clip
Add
Result
data
class
ClipAddResult
(
val
clipId
:
Int
,
val
sourceNodeId
:
Int
,
val
success
:
Boolean
,
val
error
:
String
?
)
Members
Constructors
Clip
Add
Result
Link copied to clipboard
constructor
(
clipId
:
Int
,
sourceNodeId
:
Int
,
success
:
Boolean
,
error
:
String
?
)
Properties
clip
Id
Link copied to clipboard
val
clipId
:
Int
error
Link copied to clipboard
val
error
:
String
?
source
Node
Id
Link copied to clipboard
val
sourceNodeId
:
Int
success
Link copied to clipboard
val
success
:
Boolean