# TripLeg
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | Id of this trip leg. Unique within trip result. A seqId is a leg id. |
**external_ref** | Option<**String**> | External reference of this tripLeg for referencing purposes. | [optional]
**timed_leg** | Option<[**models::TimedLeg**](TimedLeg.md)> | | [optional]
**transfer_leg** | Option<[**models::TransferLeg**](TransferLeg.md)> | | [optional]
**continuous_leg** | Option<[**models::ContinuousLeg**](ContinuousLeg.md)> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)