PrimaryEngine

@Serializable
data class PrimaryEngine(val currentSOC_pct: Int? = null, val remainingRange_km: Int? = null)

Constructors

Link copied to clipboard
constructor(currentSOC_pct: Int? = null, remainingRange_km: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard