Zync SDK
Toggle table of contents
1.0.30
commonMain
Platform filter
commonMain
Switch theme
Search in API
Zync SDK
Zync SDK
/
zync.api.notes.models
/
UpdateNoteResult
/
Success
Success
@
ObjCName
(
name
=
"success"
)
data
class
Success
(
val
note
:
ZyncNote
)
:
UpdateNoteResult
Successful result containing the updated note.
Parameters
note
The note that was updated
Members
Constructors
Success
Link copied to clipboard
constructor
(
note
:
ZyncNote
)
Properties
note
Link copied to clipboard
val
note
:
ZyncNote