Show / Hide Table of Contents

Class GoogleMapsPlacesV1FuelOptions

The most recent information about fuel options in a gas station. This information is updated regularly.

Inheritance
object
GoogleMapsPlacesV1FuelOptions
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX