2024-04-02 16:23:17 +02:00
# openapi.model.MemoryCreateDto
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**assetIds** | **List<String>** | | [optional] [default to const []]
2024-04-02 21:21:58 +02:00
**data** | [**OnThisDayDto** ](OnThisDayDto.md ) | |
2024-04-02 16:23:17 +02:00
**isSaved** | **bool** | | [optional]
**memoryAt** | [**DateTime** ](DateTime.md ) | |
**seenAt** | [**DateTime** ](DateTime.md ) | | [optional]
**type** | [**MemoryType** ](MemoryType.md ) | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)