Wasm Directoryalpha
Record

tfl-api-presentation-entities-stop-point-route-section

No description available.

record tfl-api-presentation-entities-stop-point-route-section {
  destination-name: option​<string>,
  direction: option​<string>,
  is-active: option​<bool>,
  line-id: option​<string>,
  line-string: option​<string>,
  mode: option​<string>,
  naptan-id: option​<string>,
  route-section-name: option​<string>,
  service-type: option​<string>,
  valid-from: option​<string>,
  valid-to: option​<string>,
  vehicle-destination-text: option​<string>,
}

Fields

NameTypeDescription
destination-nameoption​<string>
directionoption​<string>
is-activeoption​<bool>
line-idoption​<string>
line-stringoption​<string>
modeoption​<string>
naptan-idoption​<string>
route-section-nameoption​<string>
service-typeoption​<string>
valid-fromoption​<string>
valid-tooption​<string>
vehicle-destination-textoption​<string>