HookSniffAPI.Model.SystemStats (HookSniff v0.3.0)

Copy Markdown View Source

Summary

Types

t()

@type t() :: %HookSniffAPI.Model.SystemStats{
  active_users: integer() | nil,
  plan_breakdown: [HookSniffAPI.Model.SystemStatsPlanBreakdownInner.t()] | nil,
  total_deliveries: integer() | nil,
  total_endpoints: integer() | nil,
  total_users: integer() | nil
}

Functions

decode(value)