Appwrite.Types.Lists.IdentityList (appwrite v0.1.1)
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.Lists.IdentityList{ identities: [Appwrite.Types.Identity.t()], total: integer() }