Appwrite. Types. ContinentList
(appwrite v1.0.0)
View Source
Paginated list of Appwrite.Types.Continent records.
Fields
total(non_neg_integer()) — total number of continents matching the query (useful when a cursor or offset is applied).continents([Appwrite.Types.Continent.t()]) — page of results.
Summary
Types
@type t() :: %Appwrite.Types.ContinentList{ continents: [Appwrite.Types.Continent.t()], total: non_neg_integer() }