NoteUpdatePinState

data class NoteUpdatePinState(val module: String, val moduleLabel: String?, val isPinned: Boolean) : ZyncOperationMetadata

Metadata for note pin/unpin operation. Examples:

  • module="JOB", moduleLabel="101688", isPinned=true

  • module="CUSTOMER", moduleLabel="John Doe", isPinned=false

Constructors

Link copied to clipboard
constructor(module: String, moduleLabel: String?, isPinned: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard