Record
tfl-api-presentation-entities-timetable-response
No description available.
record tfl-api-presentation-entities-timetable-response {
direction: option<string>,
disambiguation: option<tfl-api-presentation-entities-timetables-disambiguation>,
line-id: option<string>,
line-name: option<string>,
pdf-url: option<string>,
stations: option<list<tfl-api-presentation-entities-matched-stop>>,
status-error-message: option<string>,
stops: option<list<tfl-api-presentation-entities-matched-stop>>,
timetable: option<tfl-api-presentation-entities-timetable>,
}Fields
| Name | Type | Description |
|---|---|---|
| direction | option<string> | |
| disambiguation | option<tfl-api-presentation-entities-timetables-disambiguation> | |
| line-id | option<string> | |
| line-name | option<string> | |
| pdf-url | option<string> | |
| stations | option<list<tfl-api-presentation-entities-matched-stop>> | |
| status-error-message | option<string> | |
| stops | option<list<tfl-api-presentation-entities-matched-stop>> | |
| timetable | option<tfl-api-presentation-entities-timetable> |