View Source Appwrite.Types.LocaleCodeList (appwrite v0.2.1)
Represents a list of locale codes.
Fields
total(non_neg_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: non_neg_integer() }