Zep.Schemas.ThreadList (Zep v1.0.0)

Copy Markdown View Source

Paginated envelope returned by Zep.Thread.list/2.

Summary

Types

t()

@type t() :: %Zep.Schemas.ThreadList{
  response_count: non_neg_integer() | nil,
  threads: [Zep.Schemas.Thread.t()],
  total_count: non_neg_integer() | nil
}