Ametista Device

@Serializable
data class AmetistaDevice(val id: String, val brand: String, val model: String, val os: String, val osVersion: String)

The AmetistaDevice class is used represent a device of the Ametista system

Author

N7ghtm4r3 - Tecknobit

See also

Constructors

Link copied to clipboard
constructor(id: String, brand: String, model: String, os: String, osVersion: String)

Properties

Link copied to clipboard

The brand of the device

Link copied to clipboard
val id: String

The identifier of the device

Link copied to clipboard

The model of the device

Link copied to clipboard
val os: String

The operative system of the device

Link copied to clipboard
@SerialName(value = "os_version" )
val osVersion: String

The version of the operative system of the device