GoogleApi.Places.V1.Model.GoogleMapsPlacesV1FuelOptions (google_api_places v0.11.0)
View SourceThe most recent information about fuel options in a gas station. This information is updated regularly.
Attributes
-
fuelPrices
(type:list(GoogleApi.Places.V1.Model.GoogleMapsPlacesV1FuelOptionsFuelPrice.t)
, default:nil
) - 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Places.V1.Model.GoogleMapsPlacesV1FuelOptions{ fuelPrices: [GoogleApi.Places.V1.Model.GoogleMapsPlacesV1FuelOptionsFuelPrice.t()] | nil }