Record
tfl-api-presentation-entities-mode
No description available.
record tfl-api-presentation-entities-mode {
is-fare-paying: option<bool>,
is-scheduled-service: option<bool>,
is-tfl-service: option<bool>,
mode-name: option<string>,
mot-type: option<string>,
network: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| is-fare-paying | option<bool> | |
| is-scheduled-service | option<bool> | |
| is-tfl-service | option<bool> | |
| mode-name | option<string> | |
| mot-type | option<string> | |
| network | option<string> |