EvChargingAvailabilityResponse

data class EvChargingAvailabilityResponse(val chargingAvailabilityId: EvChargingAvailabilityId, val connectors: List<ConnectorAvailability> = emptyList())

Response of the EvChargingAvailabilityProvider.

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

Constructors

Link copied to clipboard
constructor(chargingAvailabilityId: EvChargingAvailabilityId, connectors: List<ConnectorAvailability> = emptyList())

Properties

Link copied to clipboard

The availability ID of the intended charging station, echoing the provided ID in the request.

Link copied to clipboard

The list of availability data for each connector type.