Appwrite.Types.Lists.LocaleCodeList (appwrite v0.1.1)
Represents a list of locale codes.
Fields
total
(integer
): Total number of locale codes that matched the query.locale_codes
([Appwrite.Types.LocaleCode.t]
): List of locale codes.
Summary
Types
@type t() :: %Appwrite.Types.Lists.LocaleCodeList{ locale_codes: [Appwrite.Types.LocaleCode.t()], total: integer() }