mirror of
https://github.com/immich-app/immich.git
synced 2024-12-19 00:32:49 +02:00
47 lines
1.9 KiB
Markdown
Generated
47 lines
1.9 KiB
Markdown
Generated
# openapi.model.AssetResponseDto
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**checksum** | **String** | base64 encoded sha1 hash |
|
|
**deviceAssetId** | **String** | |
|
|
**deviceId** | **String** | |
|
|
**duration** | **String** | |
|
|
**exifInfo** | [**ExifResponseDto**](ExifResponseDto.md) | | [optional]
|
|
**fileCreatedAt** | [**DateTime**](DateTime.md) | |
|
|
**fileModifiedAt** | [**DateTime**](DateTime.md) | |
|
|
**hasMetadata** | **bool** | |
|
|
**id** | **String** | |
|
|
**isArchived** | **bool** | |
|
|
**isExternal** | **bool** | |
|
|
**isFavorite** | **bool** | |
|
|
**isOffline** | **bool** | |
|
|
**isReadOnly** | **bool** | |
|
|
**isTrashed** | **bool** | |
|
|
**libraryId** | **String** | |
|
|
**livePhotoVideoId** | **String** | | [optional]
|
|
**localDateTime** | [**DateTime**](DateTime.md) | |
|
|
**originalFileName** | **String** | |
|
|
**originalPath** | **String** | |
|
|
**owner** | [**UserResponseDto**](UserResponseDto.md) | | [optional]
|
|
**ownerId** | **String** | |
|
|
**people** | [**List<PersonResponseDto>**](PersonResponseDto.md) | | [optional] [default to const []]
|
|
**resized** | **bool** | |
|
|
**smartInfo** | [**SmartInfoResponseDto**](SmartInfoResponseDto.md) | | [optional]
|
|
**stack** | [**List<AssetResponseDto>**](AssetResponseDto.md) | | [optional] [default to const []]
|
|
**stackCount** | **int** | |
|
|
**stackParentId** | **String** | | [optional]
|
|
**tags** | [**List<TagResponseDto>**](TagResponseDto.md) | | [optional] [default to const []]
|
|
**thumbhash** | **String** | |
|
|
**type** | [**AssetTypeEnum**](AssetTypeEnum.md) | |
|
|
**updatedAt** | [**DateTime**](DateTime.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)
|
|
|
|
|