FuelLevelValue

@Serializable
data class FuelLevelValue(val mileage_km: Int? = null)

Constructors

Link copied to clipboard
constructor(mileage_km: Int? = null)

Properties

Link copied to clipboard