Appwrite.Types.Lists.CountryList (appwrite v0.1.1)
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.Lists.CountryList{ countries: [Appwrite.Types.Country.t()], total: integer() }