ExBifrost.Model.GetMcpLogs200ResponsePagination (ex_bifrost v0.1.0)

Copy Markdown View Source

GetMcpLogs200ResponsePagination model.

Summary

Types

t()

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

Functions

decode(value)