# Entity ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | id of the entity | **name** | **String** | title of the entity | **fields** | [**Vec**](Field.md) | list of available entities | **field_key** | **String** | Identifies a unique field which will be used as key (id) for the entity rows. | **timestamp_key** | **String** | Identifies a timestamp field which will be used to calculate the most recent updated synced entry. | **last_sync** | **i64** | Timestamp in ms of the latest sync. | [optional] [default to None] **last_update** | **i64** | Timestamp in of the latest updated entry | [optional] [default to None] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)