# TripMobilityFilter
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**bike_transport** | Option<**bool**> | The user wants to carry a bike on public transport. | [optional][default to false]
**walk_speed** | Option<**i32**> | Deviation from average walk speed in percent. 100% percent is average speed. | [optional][default to 100]
**additional_transfer_time** | Option<**String**> | Additional time added to all transfers (also to transfers between individual to public transport). | [optional]
**minimal_transfer_time** | Option<**String**> | | [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)