VerifyEmailResponse

@Serializable
@SerialName(value = "VerifyEmailResponse")
open class VerifyEmailResponse(val result: String, val code: Int = 200) : WebResponse<String>

Constructors

Link copied to clipboard
constructor(result: String, code: Int = 200)

Properties

Link copied to clipboard
open override val code: Int
Link copied to clipboard
val msg: String
Link copied to clipboard
open override val result: String

Functions

Link copied to clipboard
open override fun toJson(): String