View Source Appwrite.Types.LogList (appwrite v0.2.1)

Represents a list of logs.

Fields

  • total (non_neg_integer()): Total number of logs that matched the query.
  • logs ([Appwrite.Types.Log.t()]): List of logs.

Summary

Types

t()

@type t() :: %Appwrite.Types.LogList{
  logs: [Appwrite.Types.Log.t()],
  total: non_neg_integer()
}