ConnectorAvailabilityDetails
data class ConnectorAvailabilityDetails(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.
Throws
if any of available, occupied, reserved, unknown or outOfService is negative.