Device Attribute
data class DeviceAttribute(val bool: Boolean? = null, val int: Int? = null, val string: String? = null, val version: String? = null)
DeviceAttribute must have exactly one field set.
DeviceAttribute must have exactly one field set.