Wasm Directoryalpha
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

NameTypeDescription
directionoption​<string>
disambiguationoption​<tfl-api-presentation-entities-timetables-disambiguation>
line-idoption​<string>
line-nameoption​<string>
pdf-urloption​<string>
stationsoption​<list​<tfl-api-presentation-entities-matched-stop>>
status-error-messageoption​<string>
stopsoption​<list​<tfl-api-presentation-entities-matched-stop>>
timetableoption​<tfl-api-presentation-entities-timetable>