Wasm Directoryalpha
Record

tfl-api-presentation-entities-matched-route

No description available.

record tfl-api-presentation-entities-matched-route {
  destination: option​<string>,
  destination-name: option​<string>,
  direction: option​<string>,
  name: option​<string>,
  origination-name: option​<string>,
  originator: option​<string>,
  route-code: option​<string>,
  service-type: option​<string>,
  valid-from: option​<string>,
  valid-to: option​<string>,
}

Fields

NameTypeDescription
destinationoption​<string>
destination-nameoption​<string>
directionoption​<string>
nameoption​<string>
origination-nameoption​<string>
originatoroption​<string>
route-codeoption​<string>
service-typeoption​<string>
valid-fromoption​<string>
valid-tooption​<string>