Relocation

@Serializable
data class Relocation(val from: String, val to: String? = null)

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
val to: String? = null