HookSniffAPI.Model.AuditLogListResponse (hooksniff v1.0.0)

Paginated list of audit log entries

Summary

Types

t()

@type t() :: %HookSniffAPI.Model.AuditLogListResponse{
  data: [HookSniffAPI.Model.AuditLogEntry.t()],
  has_more: boolean(),
  total: integer()
}

Functions

decode(value)