View Source Appwrite.Types.ContinentList (appwrite v0.1.6)
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
@type t() :: %Appwrite.Types.ContinentList{ continents: [Appwrite.Types.Continent.t()], total: integer() }