FuelAmount

@Serializable
data class FuelAmount(val fuelAmount: ValueWithTimestamp<Double>? = null)(source)

Fuel amount value in liters.

Constructors

Link copied to clipboard
constructor(fuelAmount: ValueWithTimestamp<Double>? = null)

Properties

Link copied to clipboard
@SerialName(value = "fuelAmount")
val fuelAmount: ValueWithTimestamp<Double>?