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

Represents a list of identities.

Fields

  • total (non_neg_integer()): Total number of identities that matched the query.
  • identities ([Appwrite.Types.Identity.t()]): List of identities.

Summary

Types

t()

@type t() :: %Appwrite.Types.IdentityList{
  identities: [Appwrite.Types.Identity.t()],
  total: non_neg_integer()
}