View Source Appwrite.Types.LogList (appwrite v0.1.5)
Represents a list of logs.
Fields
total(integer): Total number of logs that matched the query.logs([Appwrite.Types.Log.t]): List of logs.
Summary
Types
@type t() :: %Appwrite.Types.LogList{logs: [Appwrite.Types.Log.t()], total: integer()}