View Source Appwrite.Types.PhoneList (appwrite v0.1.8)
Represents a list of phones.
Fields
total(integer): Total number of phones that matched the query.phones([Appwrite.Types.Phone.t]): List of phones.
Summary
Types
@type t() :: %Appwrite.Types.PhoneList{ phones: [Appwrite.Types.Phone.t()], total: integer() }