HRecall

data class HRecall(request: String = "hrecall", var wait: Boolean? = null)

Constructors

Link copied to clipboard
fun HRecall(request: String = "hrecall", wait: Boolean? = null)

Properties

Link copied to clipboard
@SerializedName(value = "wait")
@Expose
var wait: Boolean? = null