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

Summary

Types

@type t() :: %MBTA.Model.RoutePatternResourceAttributes{
  canonical: boolean() | nil,
  direction_id: integer() | nil,
  name: String.t() | nil,
  sort_order: integer() | nil,
  time_desc: String.t() | nil,
  typicality: integer() | nil
}

Functions