Success

@ObjCName(name = "success")
data class Success(val notes: List<ZyncNote>, val totalCount: Int) : NotesResult

Successful result containing the list of notes.

Parameters

notes

List of notes

totalCount

Total number of notes available

Constructors

Link copied to clipboard
constructor(notes: List<ZyncNote>, totalCount: Int)

Properties

Link copied to clipboard
Link copied to clipboard