Appwrite. Types. SessionList
(appwrite v1.0.0)
View Source
Represents a list of sessions.
Fields
total(non_neg_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: non_neg_integer() }