Appwrite.Types.Lists.LogList (appwrite v0.1.1)

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.Lists.LogList{
  logs: [Appwrite.Types.Log.t()],
  total: integer()
}