19 lines
657 B
Markdown
19 lines
657 B
Markdown
# manager_api_new.model.QuizzDTOBadLevel
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:manager_api_new/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**label** | [**List<TranslationDTO>**](TranslationDTO.md) | | [optional] [default to const []]
|
|
**resourceId** | **String** | | [optional]
|
|
**resourceType** | [**ResourceType**](ResourceType.md) | | [optional]
|
|
**resourceUrl** | **String** | | [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)
|
|
|
|
|