StopLevel Data Type

Immutable value object for stop level. This is currently only supported by the GTFS import.

Implemented Interfaces
Serializable
Properties
name data type constraints description
name string  
index number required

Example

{
  "name" : "...",
  "index" : 12345.0
}