View Source MBTA.Model.RoutePatternResource (mbta_sdk v0.1.0)

Information about the different variations of service that may be run within a single route_id, including when and how often they are operated. See GTFS `route_patterns.txt for the base specification.

Summary

Types

@type t() :: %MBTA.Model.RoutePatternResource{
  attributes: MBTA.Model.RoutePatternResourceAttributes.t() | nil,
  id: String.t() | nil,
  links: map() | nil,
  relationships: MBTA.Model.RoutePatternResourceRelationships.t() | nil,
  type: String.t() | nil
}

Functions