PutNotesChanges

@Serializable
data class PutNotesChanges(val note: String? = null)

Parameters

note

Constructors

Link copied to clipboard
constructor(note: String? = null)

Properties

Link copied to clipboard
val note: String? = null