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

Paginated list of Appwrite.Types.Execution records.

Fields

  • total (non_neg_integer()) — total executions matching the query.
  • executions ([Appwrite.Types.Execution.t()]) — current page of results.

Summary

Types

t()

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