class EmailAccountInfo : Info
Information about email account.
User: Sergey, Date: 04.08.2014 21:17
EmailAccountInfo()
Information about email account. |
lateinit var email: String |
|
var password: String? |
|
var userName: String? |
fun Info.toJson(): String |