HookSniffAPI.Model.SuccessRateResponse (HookSniff v0.3.0)

Copy Markdown View Source

Summary

Types

t()

@type t() :: %HookSniffAPI.Model.SuccessRateResponse{
  failed: integer() | nil,
  pending: integer() | nil,
  range: String.t() | nil,
  success_rate: float() | nil,
  successful: integer() | nil
}

Functions

decode(value)