Device

@Serializable
data class Device(id: String?) : Update<Device>

Properties

Link copied to clipboard
val id: String? = null