ChargingConnectorAvailabilityDetails

fun ChargingConnectorAvailabilityDetails(power: Power? = null, @IntRange(from = 0) available: Int, @IntRange(from = 0) occupied: Int, @IntRange(from = 0) reserved: Int, @IntRange(from = 0) unknown: Int, @IntRange(from = 0) outOfService: Int)

Parameters

power

Power (For example, 1.5 kilowatts)

available

The number of charging points at this power level that are available.

occupied

The number of charging points at this power level that are occupied.

reserved

The number of charging points at this power level that are reserved.

unknown

The number of charging points at this power level whose availability is not known.

outOfService

The number of charging points at this power level that are out of service.