View Source Appwrite.Types.SessionList (appwrite v0.1.6)
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
@type t() :: %Appwrite.Types.SessionList{ sessions: [Appwrite.Types.Session.t()], total: integer() }