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