HookSniffAPI.Model.SystemStats (hooksniff v1.0.0)

Summary

Types

t()

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

Functions

decode(value)