Appwrite. Types. ExecutionList
(appwrite v1.0.0)
View Source
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
@type t() :: %Appwrite.Types.ExecutionList{ executions: [Appwrite.Types.Execution.t()], total: non_neg_integer() }