Connector
data class Connector(val sealdId: String, val type: ConnectorType, val value: String, val id: String, val state: ConnectorState)
Connector represents all details about a connector.
Constructors
Connector | constructor(sealdId: String, type: ConnectorType, value: String, id: String, state: ConnectorState) |
Properties
Name | Summary |
---|---|
id | val id: String |
sealdId | val sealdId: String |
state | val state: ConnectorState |
type | val type: ConnectorType |
value | val value: String |