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

Represents a list of countries.

Fields

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

Summary

Types

t()

@type t() :: %Appwrite.Types.CountryList{
  countries: [Appwrite.Types.Country.t()],
  total: integer()
}