Package-level declarations
Types
Link copied to clipboard
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.