Record
tfl-api-presentation-entities-disrupted-route
No description available.
record tfl-api-presentation-entities-disrupted-route {
destination-name: option<string>,
direction: option<string>,
id: option<string>,
is-entire-route-section: option<bool>,
line-id: option<string>,
line-string: option<string>,
name: option<string>,
origination-name: option<string>,
route-code: option<string>,
route-section-naptan-entry-sequence: option<list<tfl-api-presentation-entities-route-section-naptan-entry-sequence>>,
valid-from: option<string>,
valid-to: option<string>,
via: option<tfl-api-presentation-entities-route-section-naptan-entry-sequence>,
}Fields
| Name | Type | Description |
|---|---|---|
| destination-name | option<string> | |
| direction | option<string> | |
| id | option<string> | |
| is-entire-route-section | option<bool> | |
| line-id | option<string> | |
| line-string | option<string> | |
| name | option<string> | |
| origination-name | option<string> | |
| route-code | option<string> | |
| route-section-naptan-entry-sequence | option<list<tfl-api-presentation-entities-route-section-naptan-entry-sequence>> | |
| valid-from | option<string> | |
| valid-to | option<string> | |
| via | option<tfl-api-presentation-entities-route-section-naptan-entry-sequence> |