UsersDevicesResponse

data class UsersDevicesResponse(    val device: String,     val id: Int,     val lastUsedAt: String,     val type: String)

Constructors

Link copied to clipboard
fun UsersDevicesResponse(    device: String,     id: Int,     lastUsedAt: String,     type: String)

Properties

Link copied to clipboard
val device: String
Link copied to clipboard
val id: Int
Link copied to clipboard
val lastUsedAt: String
Link copied to clipboard
val type: String

Sources

Link copied to clipboard