Record
tfl-api-presentation-entities-stop-point-sequence
No description available.
record tfl-api-presentation-entities-stop-point-sequence {
branch-id: option<s32>,
direction: option<string>,
line-id: option<string>,
line-name: option<string>,
next-branch-ids: option<list<s32>>,
prev-branch-ids: option<list<s32>>,
service-type: option<route-by-mode-service-types-item-enum>,
stop-point: option<list<tfl-api-presentation-entities-matched-stop>>,
}Fields
| Name | Type | Description |
|---|---|---|
| branch-id | option<s32> | |
| direction | option<string> | |
| line-id | option<string> | |
| line-name | option<string> | |
| next-branch-ids | option<list<s32>> | |
| prev-branch-ids | option<list<s32>> | |
| service-type | option<route-by-mode-service-types-item-enum> | |
| stop-point | option<list<tfl-api-presentation-entities-matched-stop>> |