All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.deque.networking.models.devtools.serializable.AxeDevice.kt Maven / Gradle / Ivy

There is a newer version: 5.5.2
Show newest version
package com.deque.networking.models.devtools.serializable

data class AxeDevice (
    val dpi: Float,
    val name: String?,
    val os: String?,
    val osVersion: String?,
    val screenHeight: Int,
    val screenWidth: Int,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy