RepositoryMove

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

Constructors

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

Properties

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