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

A JSON-API document with a single AlertResource resource

Summary

Types

@type t() :: %MBTA.Model.Alert{
  data: MBTA.Model.AlertResource.t(),
  included: [MBTA.Model.AlertIncludedInner.t()] | nil,
  links: MBTA.Model.AlertLinks.t() | nil
}

Functions