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

Summary

Types

@type t() :: %MBTA.Model.VehiclesLinks{
  first: String.t() | nil,
  last: String.t() | nil,
  next: String.t() | nil,
  prev: String.t() | nil,
  self: String.t() | nil
}

Functions