Record
tfl-api-presentation-entities-line-route-section
No description available.
record tfl-api-presentation-entities-line-route-section {
destination: option<string>,
direction: option<string>,
from-station: option<string>,
route-id: option<s32>,
service-type: option<string>,
to-station: option<string>,
vehicle-destination-text: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| destination | option<string> | |
| direction | option<string> | |
| from-station | option<string> | |
| route-id | option<s32> | |
| service-type | option<string> | |
| to-station | option<string> | |
| vehicle-destination-text | option<string> |