RedirectMessage

data class RedirectMessage(val type: String = "redirect", val location: String)

Constructors

Link copied to clipboard
constructor(type: String = "redirect", location: String)

Properties

Link copied to clipboard
@SerializedName(value = "location")
val location: String
Link copied to clipboard
@SerializedName(value = "type")
val type: String