Packages

Elixir client for the Heroku status API

Current section

Files

Jump to
status_ku lib status_ku models update.ex
Raw

lib/status_ku/models/update.ex

defmodule StatusKu.Model.Update do
defstruct [:contents, :created_at, :id, :incident_id, :status_dev,
:status_prod, :title, :update_type, :updated_at]
end