ChargingConnectorAvailabilityDetails
data class ChargingConnectorAvailabilityDetails(val power: Power? = null, @IntRange(from = 0) val available: Int, @IntRange(from = 0) val occupied: Int, @IntRange(from = 0) val reserved: Int, @IntRange(from = 0) val unknown: Int, @IntRange(from = 0) val outOfService: Int)
The charging connector availability data.
Important: This is a Public Preview API. It may be changed or removed at any time.
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.