ChargingProfileDto

constructor(id: Int? = null, name: String? = null, maxChargingCurrent: String? = null, minSOC_pct: Int? = null, targetSOC_pct: Int? = null, options: ChargingProfileOptionsDto? = null, preferredChargingTimes: List<PreferredChargingTimeDto>? = null)