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

Line represents a combination of routes

Summary

Types

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

Functions