ExBifrost.Model.GetLogSessionById200ResponsePagination (ex_bifrost v0.1.0)

Copy Markdown View Source

Pagination metadata. Session logs are always sorted by timestamp; the sort_by field is not configurable.

Summary

Types

t()

@type t() :: %ExBifrost.Model.GetLogSessionById200ResponsePagination{
  limit: integer() | nil,
  offset: integer() | nil,
  order: String.t() | nil,
  total_count: integer() | nil
}

Functions

decode(value)