ExBifrost.Model.SearchLogsResponse (ex_bifrost v0.1.0)

Copy Markdown View Source

Search logs response

Summary

Types

t()

@type t() :: %ExBifrost.Model.SearchLogsResponse{
  has_logs: boolean() | nil,
  logs: [ExBifrost.Model.LogEntry.t()] | nil,
  pagination: ExBifrost.Model.SearchLogsResponsePagination.t() | nil,
  stats: ExBifrost.Model.LogStats.t() | nil
}

Functions

decode(value)