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

Represents a list of teams.

Fields

  • total (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: integer()
}