Show / Hide Table of Contents

Class FuelOptions.Types.FuelPrice

Fuel price information for a given type.

Inheritance
object
FuelOptions.Types.FuelPrice
Implements
IMessage<FuelOptions.Types.FuelPrice>
IEquatable<FuelOptions.Types.FuelPrice>
IDeepCloneable<FuelOptions.Types.FuelPrice>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Maps.Places.V1
Assembly: Google.Maps.Places.V1.dll
Syntax
public sealed class FuelOptions.Types.FuelPrice : IMessage<FuelOptions.Types.FuelPrice>, IEquatable<FuelOptions.Types.FuelPrice>, IDeepCloneable<FuelOptions.Types.FuelPrice>, IBufferMessage, IMessage

Constructors

FuelPrice()

Declaration
public FuelPrice()

FuelPrice(FuelPrice)

Declaration
public FuelPrice(FuelOptions.Types.FuelPrice other)
Parameters
Type Name Description
FuelOptions.Types.FuelPrice other

Properties

Price

The price of the fuel.

Declaration
public Money Price { get; set; }
Property Value
Type Description
Money

Type

The type of fuel.

Declaration
public FuelOptions.Types.FuelPrice.Types.FuelType Type { get; set; }
Property Value
Type Description
FuelOptions.Types.FuelPrice.Types.FuelType

UpdateTime

The time the fuel price was last updated.

Declaration
public Timestamp UpdateTime { get; set; }
Property Value
Type Description
Timestamp
In this article
Back to top Generated by DocFX