ExBifrost.Model.AuditLogResponse (ex_bifrost v0.1.0)

Copy Markdown View Source

Response wrapper for a single audit log entry.

Summary

Types

t()

@type t() :: %ExBifrost.Model.AuditLogResponse{
  audit_log: ExBifrost.Model.AuditEvent.t()
}

Functions

decode(value)