Skip to content

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

Connectorconstructor(sealdId: String, type: ConnectorType, value: String, id: String, state: ConnectorState)

Properties

NameSummary
idval id: String
sealdIdval sealdId: String
stateval state: ConnectorState
typeval type: ConnectorType
valueval value: String