Device Tag Args
data class DeviceTagArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<DeviceTagArgs>
A key-value pair to associate with a device resource.
A key-value pair to associate with a device resource.