Redirect

class Redirect(val from: String, val to: String)(source)

Constructors

Link copied to clipboard
constructor(from: String, to: String)

Properties

Link copied to clipboard
@get:Input
val from: String
Link copied to clipboard
@get:Input
val to: String