LocationGroupStop

data class LocationGroupStop(val locationGroupId: String, val stopId: String)(source)

Assigns stops to location groups.

This class represents a record in the location_group_stops.txt file.

Constructors

Link copied to clipboard
constructor(locationGroupId: String, stopId: String)

Properties

Link copied to clipboard
@SerialName(value = "location_group_id")
val locationGroupId: String

Identifies a location group.

Link copied to clipboard
@SerialName(value = "stop_id")
val stopId: String

Identifies a stop.