Connector

data class Connector(val connectorType: String, val total: Int, val availability: ConnectorAvailability)

The charging connector data.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
fun Connector(connectorType: String, total: Int, availability: ConnectorAvailability)

Properties

Link copied to clipboard

The availability data for this connector type.

Link copied to clipboard

The charging connector type.

Link copied to clipboard
val total: Int

The total number of charging points with connectorType.