ExBifrost.Model.GetMcpLogs200Response (ex_bifrost v0.1.0)

Copy Markdown View Source

Search MCP logs response

Summary

Types

t()

@type t() :: %ExBifrost.Model.GetMcpLogs200Response{
  has_logs: boolean() | nil,
  logs: [ExBifrost.Model.GetMcpLogs200ResponseLogsInner.t()] | nil,
  pagination: ExBifrost.Model.GetMcpLogs200ResponsePagination.t() | nil
}

Functions

decode(value)