Represents locale information for a user.
ip
String.t
@type t() :: %Appwrite.Types.Locale{ continent: String.t(), continent_code: String.t(), country: String.t(), country_code: String.t(), currency: String.t(), eu: boolean(), ip: String.t() }