# lyft.Eta

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**rideType** | [**RideTypeEnum**](RideTypeEnum.md) |  | [optional] 
**displayName** | **String** | A human readable description of the ride type | [optional] 
**etaSeconds** | **Number** | Estimated seconds for a driver to arrive | [optional] 
**etaSecondsMax** | **Number** | Estimated upper bound of seconds for a driver to arrive | [optional] 
**isValidEstimate** | **Boolean** | The validity of the ETA estimate returned | [optional] 


