UsersDevicesResponse
data class UsersDevicesResponse( val device: String, val id: Int, val lastUsedAt: String, val type: String)
Content copied to clipboard
Constructors
Link copied to clipboard
fun UsersDevicesResponse( device: String, id: Int, lastUsedAt: String, type: String)
Content copied to clipboard