mirror of
https://github.com/immich-app/immich.git
synced 2025-02-04 01:09:14 -05:00
* fix: memory lane asset order * chore: deprecate title * chore: open-api * chore: rename years => yearsAgo
17 lines
535 B
Markdown
Generated
17 lines
535 B
Markdown
Generated
# openapi.model.MemoryLaneResponseDto
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**assets** | [**List<AssetResponseDto>**](AssetResponseDto.md) | | [default to const []]
|
|
**title** | **String** | |
|
|
**yearsAgo** | **num** | |
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|