immich/mobile/openapi/doc/StackResponseDto.md

17 lines
560 B
Markdown

# openapi.model.StackResponseDto
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**assets** | [**List<AssetResponseDto>**](AssetResponseDto.md) | | [default to const []]
**id** | **String** | Stack ID |
**primaryAssetId** | **String** | Primary asset ID |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)