ChargingProfilesContent

@Serializable
data class ChargingProfilesContent(val carCapturedTimestamp: String? = null, val profiles: List<ChargingProfileDto>? = null, val vehiclePositionedInProfileID: Int? = null, val nextChargingTimer: NextChargingTimerDto? = null)

Constructors

Link copied to clipboard
constructor(carCapturedTimestamp: String? = null, profiles: List<ChargingProfileDto>? = null, vehiclePositionedInProfileID: Int? = null, nextChargingTimer: NextChargingTimerDto? = null)

Properties

Link copied to clipboard
Link copied to clipboard