File: Transfers200Response.md

package info (click to toggle)
rust-motis-openapi-sdk 5.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 912 kB
  • sloc: sh: 40; makefile: 4
file content (17 lines) | stat: -rw-r--r-- 824 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Transfers200Response

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**place** | [**models::Place**](Place.md) |  | 
**root** | [**models::Place**](Place.md) |  | 
**equivalences** | [**Vec<models::Place>**](Place.md) |  | 
**has_foot_transfers** | **bool** | true if the server has foot transfers computed | 
**has_wheelchair_transfers** | **bool** | true if the server has wheelchair transfers computed | 
**has_car_transfers** | **bool** | true if the server has car transfers computed | 
**transfers** | [**Vec<models::Transfer>**](Transfer.md) | all outgoing transfers of this location | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)