# openapi.model.SyncMemoryV1 ## Load the model package ```dart import 'package:openapi/api.dart'; ``` ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **createdAt** | [**DateTime**](DateTime.md) | Created at | **data** | **Map** | Data | [default to const {}] **deletedAt** | [**DateTime**](DateTime.md) | Deleted at | **hideAt** | [**DateTime**](DateTime.md) | Hide at | **id** | **String** | Memory ID | **isSaved** | **bool** | Is saved | **memoryAt** | [**DateTime**](DateTime.md) | Memory at | **ownerId** | **String** | Owner ID | **seenAt** | [**DateTime**](DateTime.md) | Seen at | **showAt** | [**DateTime**](DateTime.md) | Show at | **type** | [**MemoryType**](MemoryType.md) | | **updatedAt** | [**DateTime**](DateTime.md) | Updated at | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)