ExBifrost.Model.AuditLogsResult (ex_bifrost v0.1.0)

Copy Markdown View Source

A paginated result of audit logs.

Summary

Types

t()

@type t() :: %ExBifrost.Model.AuditLogsResult{
  audit_logs: [ExBifrost.Model.AuditEvent.t()],
  has_more: boolean(),
  limit: integer(),
  next_cursor: String.t() | nil,
  page: integer(),
  total: integer(),
  total_pages: integer()
}

Functions

decode(value)