open class ChargingMode
Represents information about the charging behavior of the vehicle.
ChargingMode(chargingConnections: MutableList<ChargingConnection!>!, chargingCurve: MutableList<ChargingCurveSupportPoint!>!)
Creates an instance of ChargingMode. |