fuelPrices property

List<GoogleMapsPlacesV1FuelOptionsFuelPrice>? fuelPrices
getter/setter pair

The last known fuel price for each type of fuel this station has.

There is one entry per fuel type this station has. Order is not important.

Implementation

core.List<GoogleMapsPlacesV1FuelOptionsFuelPrice>? fuelPrices;