Set

class Set<VALUE>(oldRevision: Int?, newRevision: Int, newValue: VALUE) : OutgoingContextUpdate.Modification<VALUE>

Properties

newRevision
Link copied to clipboard
val newRevision: Int
newValue
Link copied to clipboard
val newValue: VALUE
oldRevision
Link copied to clipboard
val oldRevision: Int?