NextChargingTimerDto

@Serializable
data class NextChargingTimerDto(val id: Int? = null, val targetSOCreachable: String? = null)

Constructors

Link copied to clipboard
constructor(id: Int? = null, targetSOCreachable: String? = null)

Properties

Link copied to clipboard
val id: Int?
Link copied to clipboard