Record
tfl-api-presentation-entities-route-sequence
No description available.
record tfl-api-presentation-entities-route-sequence {
direction: option<string>,
is-outbound-only: option<bool>,
line-id: option<string>,
line-name: option<string>,
line-strings: option<list<string>>,
mode: option<string>,
ordered-line-routes: option<list<tfl-api-presentation-entities-ordered-route>>,
stations: option<list<tfl-api-presentation-entities-matched-stop>>,
stop-point-sequences: option<list<tfl-api-presentation-entities-stop-point-sequence>>,
}Fields
| Name | Type | Description |
|---|---|---|
| direction | option<string> | |
| is-outbound-only | option<bool> | |
| line-id | option<string> | |
| line-name | option<string> | |
| line-strings | option<list<string>> | |
| mode | option<string> | |
| ordered-line-routes | option<list<tfl-api-presentation-entities-ordered-route>> | |
| stations | option<list<tfl-api-presentation-entities-matched-stop>> | |
| stop-point-sequences | option<list<tfl-api-presentation-entities-stop-point-sequence>> |