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

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

t()

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