RepositoryMoveEntry

@Serializable
class RepositoryMoveEntry(val repo: RepositoryHandle, val src: String, val dst: String) : Request

Constructors

Link copied to clipboard
constructor(repo: RepositoryHandle, src: String, dst: String)

Properties

Link copied to clipboard
val dst: String
Link copied to clipboard
Link copied to clipboard
val src: String