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

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

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