View Source MBTA.Model.TripResource (mbta_sdk v0.1.0)
Representation of the journey of a particular vehicle through a given set of stops. See GTFS trips.txt
Summary
Types
@type t() :: %MBTA.Model.TripResource{ attributes: MBTA.Model.TripResourceAttributes.t() | nil, id: String.t() | nil, links: map() | nil, relationships: MBTA.Model.TripResourceRelationships.t() | nil, type: String.t() | nil }