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
/
NoteUpdate
Note
Update
data
class
NoteUpdate
(
val
module
:
String
,
val
moduleLabel
:
String
?
)
:
ZyncOperationMetadata
Metadata for note update operation. Example: module="JOB", moduleLabel="101688"
Members
Constructors
Note
Update
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
?