# TripInterruptionConstraint
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**max_interruptions** | **i32** | maximum number of allowed interruptions |
**max_duration** | Option<**String**> | maximum duration of one interruption | [optional]
**total_max_duration** | Option<**String**> | maximum duration of all interruptions on the route | [optional]
**required_processes** | **Vec<String>** | one of the listed processes is required for the interruption of the trip |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)