HMigrate

data class HMigrate(request: String = "hmigrate", var wait: Boolean? = null)

Constructors

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

Properties

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