Zep.Schemas.UserList (Zep v1.0.0)

Copy Markdown View Source

Paginated envelope returned by Zep.User.list_ordered/2.

Summary

Types

t()

@type t() :: %Zep.Schemas.UserList{
  response_count: non_neg_integer() | nil,
  total_count: non_neg_integer() | nil,
  users: [Zep.Schemas.User.t()]
}