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