View Source Appwrite.Types.LocaleCodeList (appwrite v0.1.4)
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.LocaleCodeList{ locale_codes: [Appwrite.Types.LocaleCode.t()], total: integer() }