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

Represents a list of identities.

Fields

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