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

Summary

Types

@type t() :: %MBTA.Model.LineResourceAttributes{
  color: String.t() | nil,
  long_name: String.t() | nil,
  short_name: String.t() | nil,
  sort_order: integer() | nil,
  text_color: String.t() | nil
}

Functions