View Source Appwrite.Types.SessionList (appwrite v0.1.9)

Represents a list of sessions.

Fields

  • total (integer): Total number of sessions that matched the query.
  • sessions ([Appwrite.Types.Session.t]): List of sessions.

Summary

Types

t()

@type t() :: %Appwrite.Types.SessionList{
  sessions: [Appwrite.Types.Session.t()],
  total: integer()
}