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

Represents a list of executions.

Fields

  • total (integer): Total number of executions that matched the query.
  • executions ([Appwrite.Types.Execution.t]): List of executions.

Summary

Types

t()

@type t() :: %Appwrite.Types.ExecutionList{
  executions: [Appwrite.Types.Execution.t()],
  total: integer()
}