Search logs response
Summary
Types
@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 }