Class GoogleMapsPlacesV1FuelOptions
The most recent information about fuel options in a gas station. This information is updated regularly.
Implements
Inherited Members
Namespace: Google.Apis.MapsPlaces.v1.Data
Assembly: Google.Apis.MapsPlaces.v1.dll
Syntax
public class GoogleMapsPlacesV1FuelOptions : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FuelPrices
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.
Declaration
[JsonProperty("fuelPrices")]
public virtual IList<GoogleMapsPlacesV1FuelOptionsFuelPrice> FuelPrices { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleMapsPlacesV1FuelOptionsFuelPrice> |