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
/
UndoResult
Undo
Result
data
class
UndoResult
(
val
status
:
UndoStatus
,
val
error
:
String
?
)
Members
Constructors
Undo
Result
Link copied to clipboard
constructor
(
status
:
UndoStatus
,
error
:
String
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
error
Link copied to clipboard
val
error
:
String
?
status
Link copied to clipboard
val
status
:
UndoStatus
succeeded
Link copied to clipboard
val
succeeded
:
Boolean