HookSniffAPI.Model.SystemStatusComponentsInner (HookSniff v0.3.0)

Copy Markdown View Source

Summary

Types

t()

@type t() :: %HookSniffAPI.Model.SystemStatusComponentsInner{
  description: String.t() | nil,
  last_checked: String.t() | nil,
  latency_ms: integer() | nil,
  name: String.t() | nil,
  status: String.t() | nil
}

Functions

decode(value)