Appwrite.Types.Lists.ExecutionList (appwrite v0.1.1)
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
@type t() :: %Appwrite.Types.Lists.ExecutionList{ executions: [Appwrite.Types.Execution.t()], total: integer() }