Difference

data class Difference(val operation: Operation, val from: Int, val to: Int)

Constructors

Link copied to clipboard
constructor(operation: Operation, from: Int, to: Int)

Properties

Link copied to clipboard
val from: Int
Link copied to clipboard
@SerialName(value = "op")
val operation: Operation
Link copied to clipboard
val to: Int