appwrite_openapi 1.0.0

AUTO-GENERATED client for Appwrite. For full API documentation and tutorials go to [https://appwrite.io/docs](https://appwrite.io/docs)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Locale

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ip** | **String** | User IP address. | 
**country_code** | **String** | Country code in [ISO 3166-1]http://en.wikipedia.org/wiki/ISO_3166-1 two-character format | 
**country** | **String** | Country name. This field support localization. | 
**continent_code** | **String** | Continent code. A two character continent code \"AF\" for Africa, \"AN\" for Antarctica, \"AS\" for Asia, \"EU\" for Europe, \"NA\" for North America, \"OC\" for Oceania, and \"SA\" for South America. | 
**continent** | **String** | Continent name. This field support localization. | 
**eu** | **bool** | True if country is part of the European Union. | 
**currency** | **String** | Currency code in [ISO 4217-1]http://en.wikipedia.org/wiki/ISO_4217 three-character format | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)