WoW API Elixir v0.2.3 RealmStatus View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %RealmStatus{
  battlegroup: String.t(),
  connected_realms: [atom()],
  locale: String.t(),
  name: String.t(),
  population: atom(),
  queue: boolean(),
  slug: String.t(),
  status: boolean(),
  timezone: String.t(),
  type: String.t()
}