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

Service represents a set of dates on which trips run.

Summary

Types

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

Functions