# ContinuousServicePickUpPlace
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**String**> | id of the pick-up place | [optional]
**description** | **String** | description of the pick-up place |
**name** | Option<**String**> | name of the pick-up place | [optional]
**access_description** | Option<**String**> | description on how to access the on-demand vehicle | [optional]
**geo_position** | [**models::GeoPosition**](GeoPosition.md) | |
**available_vehicles** | [**Vec<models::ContinuousServiceVehicleAvailability>**](ContinuousServiceVehicleAvailability.md) | |
**pre_allocation_time_limit** | Option<**String**> | Duration for which the vehicle can be blocked until the usage starts. | [optional]
**process_indication** | Option<**Vec<String>**> | Machine readable indications on how the on-demand process should be handled. | [optional]
**estimated_vehicle_arrival_at_pick_up** | Option<**String**> | Time until when the vehicle is expected to arrive at the pick-up place (taxi,..) | [optional]
**estimated_user_arrival_at_pick_up** | Option<**String**> | Time until when the user of the service is expected to arrive at the pick-up place. | [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)