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

An expected or predicted level of occupancy for a given trip.

Summary

Types

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

Functions