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

Represents a list of teams.

Fields

  • total (non_neg_integer()): Total number of teams that matched the query.
  • teams ([Appwrite.Types.Team.t()]): List of teams.

Summary

Types

t()

@type t() :: %Appwrite.Types.TeamList{
  teams: [Appwrite.Types.Team.t()],
  total: non_neg_integer()
}