Appwrite. Types. CountryList
(appwrite v1.0.0)
View Source
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() }