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

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

t()

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