JsonAccount

data class JsonAccount(deviceId: Int?, username: String?, filename: String?, uuid: String?, registered: Boolean?, hasKeys: Boolean?, subscribed: Boolean?)

Properties

Link copied to clipboard
val deviceId: Int? = null
Link copied to clipboard
val filename: String? = null
Link copied to clipboard
val hasKeys: Boolean? = null
Link copied to clipboard
val registered: Boolean? = null
Link copied to clipboard
val subscribed: Boolean? = null
Link copied to clipboard
val username: String? = null
Link copied to clipboard
val uuid: String? = null