View Source Appwrite.Types.PhoneList (appwrite v0.1.9)

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

t()

@type t() :: %Appwrite.Types.PhoneList{
  phones: [Appwrite.Types.Phone.t()],
  total: integer()
}