ChargingConnector

data class ChargingConnector(val currentType: CurrentType, val plugTypes: List<ConnectorType>)

Connector information of an electric engine. Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

currentType

Type of current that is required for this charging connector.

plugTypes

List of plug types supported by this connector.

Constructors

Link copied to clipboard
constructor(currentType: CurrentType, plugTypes: List<ConnectorType>)

Properties

Link copied to clipboard
Link copied to clipboard