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.

Constructors

Link copied to clipboard
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)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val power: Power? = null
Link copied to clipboard
Link copied to clipboard