Set

class Set(oldRevision: Int?, newItem: ContextItemDto) : ContextUpdateRequest.Modification

Functions

toString
Link copied to clipboard
open override fun toString(): String

Properties

newItem
Link copied to clipboard
val newItem: ContextItemDto
oldRevision
Link copied to clipboard
val oldRevision: Int? = null
oldRevisionOrNull
Link copied to clipboard
open override val oldRevisionOrNull: Int?