Device Properties Args
data class DevicePropertiesArgs(val deviceModel: Output<String>? = null, val deviceVendor: Output<String>? = null, val linkSpeedInMbps: Output<Int>? = null) : ConvertibleToJava<DevicePropertiesArgs>
List of properties of the device.