Get Serial Port Result
data class GetSerialPortResult(val id: String, val name: String, val state: String? = null, val type: String)
Represents the serial port of the parent resource.
Represents the serial port of the parent resource.