immich/mobile/openapi/doc/RandomSearchDto.md

3.1 KiB

openapi.model.RandomSearchDto

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
albumIds Optional<List?> Filter by album IDs [optional] [default to const []]
city Optional<String?> Filter by city name [optional]
country Optional<String?> Filter by country name [optional]
createdAfter Optional<DateTime?> Filter by creation date (after) [optional]
createdBefore Optional<DateTime?> Filter by creation date (before) [optional]
isEncoded Optional<bool?> Filter by encoded status [optional]
isFavorite Optional<bool?> Filter by favorite status [optional]
isMotion Optional<bool?> Filter by motion photo status [optional]
isNotInAlbum Optional<bool?> Filter assets not in any album [optional]
isOffline Optional<bool?> Filter by offline status [optional]
lensModel Optional<String?> Filter by lens model [optional]
libraryId Optional<String?> Library ID to filter by [optional]
make Optional<String?> Filter by camera make [optional]
model Optional<String?> Filter by camera model [optional]
ocr Optional<String?> Filter by OCR text content [optional]
personIds Optional<List?> Filter by person IDs [optional] [default to const []]
rating Optional<int?> Filter by rating [1-5], or null for unrated [optional]
size Optional<int?> Number of results to return [optional]
state Optional<String?> Filter by state/province name [optional]
tagIds Optional<List?> Filter by tag IDs [optional] [default to const []]
takenAfter Optional<DateTime?> Filter by taken date (after) [optional]
takenBefore Optional<DateTime?> Filter by taken date (before) [optional]
trashedAfter Optional<DateTime?> Filter by trash date (after) [optional]
trashedBefore Optional<DateTime?> Filter by trash date (before) [optional]
type Optional<AssetTypeEnum?> [optional]
updatedAfter Optional<DateTime?> Filter by update date (after) [optional]
updatedBefore Optional<DateTime?> Filter by update date (before) [optional]
visibility Optional<AssetVisibility?> [optional]
withDeleted Optional<bool?> Include deleted assets [optional]
withExif Optional<bool?> Include EXIF data in response [optional]
withPeople Optional<bool?> Include people data in response [optional]
withStacked Optional<bool?> Include stacked assets [optional]

[Back to Model list] [Back to API list] [Back to README]