ExBifrost.Model.GetLogSessionById200Response (ex_bifrost v0.1.0)

Copy Markdown View Source

Paginated logs for a single parent-request session

Summary

Types

t()

@type t() :: %ExBifrost.Model.GetLogSessionById200Response{
  count: integer() | nil,
  has_more: boolean() | nil,
  logs: [ExBifrost.Model.LogEntry.t()] | nil,
  pagination: ExBifrost.Model.GetLogSessionById200ResponsePagination.t() | nil,
  returned_count: integer() | nil,
  session_id: String.t() | nil
}

Functions

decode(value)