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

Represents a list of phone dialling codes.

Fields

  • total (non_neg_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: non_neg_integer()
}