HookSniffAPI.Model.SystemStatus (HookSniff v0.3.0)

Copy Markdown View Source

Summary

Types

t()

@type t() :: %HookSniffAPI.Model.SystemStatus{
  checked_at: String.t() | nil,
  components: [HookSniffAPI.Model.SystemStatusComponentsInner.t()] | nil,
  overall_status: String.t() | nil,
  uptime_30d: number() | nil
}

Functions

decode(value)