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.

Parameters

connectorType

The charging connector type.

total

The total number of charging points with connectorType.

availability

The availability data for this connector type.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val total: Int