View Source Appwrite.Types.CountryList (appwrite v0.2.1)
Paginated list of Appwrite.Types.Country records.
Fields
total(non_neg_integer()) — total number of countries matching the query.countries([Appwrite.Types.Country.t()]) — page of results.
Summary
Types
@type t() :: %Appwrite.Types.CountryList{ countries: [Appwrite.Types.Country.t()], total: non_neg_integer() }