mirror of
https://github.com/immich-app/immich.git
synced 2024-12-13 11:54:52 +02:00
cab5477656
* fix(web+server): showing assets without thumbnail * missed change
18 lines
574 B
Markdown
Generated
18 lines
574 B
Markdown
Generated
# openapi.model.GetAssetCountByTimeBucketDto
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**timeGroup** | [**TimeGroupEnum**](TimeGroupEnum.md) | |
|
|
**userId** | **String** | | [optional]
|
|
**withoutThumbs** | **bool** | Include assets without thumbnails | [optional]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|