20 lines
702 B
Markdown
20 lines
702 B
Markdown
# managerapi.model.ImageDTO
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:managerapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**title** | [**List<TranslationDTO>**](TranslationDTO.md) | | [optional] [default to const []]
|
|
**description** | [**List<TranslationDTO>**](TranslationDTO.md) | | [optional] [default to const []]
|
|
**resourceId** | **String** | | [optional]
|
|
**source_** | **String** | | [optional]
|
|
**order** | **int** | | [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)
|
|
|
|
|