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

Represents a list of continents.

Fields

  • total (integer): Total number of continents that matched the query.
  • continents ([Appwrite.Types.Continent.t]): List of continents.

Summary

Types

t()

@type t() :: %Appwrite.Types.ContinentList{
  continents: [Appwrite.Types.Continent.t()],
  total: integer()
}