Zync SDK
Toggle table of contents
2.1.10
commonMain
Platform filter
commonMain
Switch theme
Search in API
Zync SDK
Zync SDK
/
zync.api.sync.models
/
ZyncOperationMetadata
/
NoteDelete
Note
Delete
data
class
NoteDelete
(
val
module
:
String
,
val
moduleLabel
:
String
?
)
:
ZyncOperationMetadata
Metadata for note deletion operation. Example: module="JOB", moduleLabel="101688"
Members
Constructors
Note
Delete
Link copied to clipboard
constructor
(
module
:
String
,
moduleLabel
:
String
?
)
Properties
module
Link copied to clipboard
val
module
:
String
module
Label
Link copied to clipboard
val
moduleLabel
:
String
?