Wasm Directoryalpha
Record

tfl-api-presentation-entities-stop-point-sequence

No description available.

record tfl-api-presentation-entities-stop-point-sequence {
  branch-id: option​<s32>,
  direction: option​<string>,
  line-id: option​<string>,
  line-name: option​<string>,
  next-branch-ids: option​<list​<s32>>,
  prev-branch-ids: option​<list​<s32>>,
  service-type: option​<route-by-mode-service-types-item-enum>,
  stop-point: option​<list​<tfl-api-presentation-entities-matched-stop>>,
}

Fields

NameTypeDescription
branch-idoption​<s32>
directionoption​<string>
line-idoption​<string>
line-nameoption​<string>
next-branch-idsoption​<list​<s32>>
prev-branch-idsoption​<list​<s32>>
service-typeoption​<route-by-mode-service-types-item-enum>
stop-pointoption​<list​<tfl-api-presentation-entities-matched-stop>>