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
# Log

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**event** | **String** | Event name. | 
**user_id** | **String** | User ID. | 
**user_email** | **String** | User Email. | 
**user_name** | **String** | User Name. | 
**mode** | **String** | API mode when event triggered. | 
**ip** | **String** | IP session in use when the session was created. | 
**time** | **String** | Log creation date in ISO 8601 format. | 
**os_code** | **String** | Operating system code name. View list of [available options]https://github.com/appwrite/appwrite/blob/master/docs/lists/os.json. | 
**os_name** | **String** | Operating system name. | 
**os_version** | **String** | Operating system version. | 
**client_type** | **String** | Client type. | 
**client_code** | **String** | Client code name. View list of [available options]https://github.com/appwrite/appwrite/blob/master/docs/lists/clients.json. | 
**client_name** | **String** | Client name. | 
**client_version** | **String** | Client version. | 
**client_engine** | **String** | Client engine name. | 
**client_engine_version** | **String** | Client engine name. | 
**device_name** | **String** | Device name. | 
**device_brand** | **String** | Device brand name. | 
**device_model** | **String** | Device model name. | 
**country_code** | **String** | Country two-character ISO 3166-1 alpha code. | 
**country_name** | **String** | Country name. | 

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