ConnectorAvailability

data class ConnectorAvailability(val type: ConnectorType, @IntRange(from = 0) val total: Int, val availability: Availability)

The charging connector data.

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

Throws

Constructors

Link copied to clipboard
constructor(type: ConnectorType, @IntRange(from = 0) total: Int, availability: Availability)

Properties

Link copied to clipboard

The availability data for this connector type.

Link copied to clipboard
val total: Int

The total number of charging points with type.

Link copied to clipboard

The charging connector type.