@Beta(2020, 12) data class Connector : Serializable
The charging connector data.
type - The charging connector type.
total - The total number of charging points of the type in chargingAvailability.
availability - The current availability data for this connector type.
val availability: Availability
The current availability data for this connector type. |
|
val total: Int
The total number of charging points of the type in chargingAvailability. |
|
val type: String
The charging connector type. |