2022-10-06 18:25:54 +02:00
# openapi.model.AllJobStatusResponseDto
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**thumbnailGenerationQueueCount** | [**JobCounts** ](JobCounts.md ) | |
**metadataExtractionQueueCount** | [**JobCounts** ](JobCounts.md ) | |
**videoConversionQueueCount** | [**JobCounts** ](JobCounts.md ) | |
**machineLearningQueueCount** | [**JobCounts** ](JobCounts.md ) | |
2022-12-19 19:13:10 +01:00
**storageMigrationQueueCount** | [**JobCounts** ](JobCounts.md ) | |
2022-10-06 18:25:54 +02:00
**isThumbnailGenerationActive** | **bool** | |
**isMetadataExtractionActive** | **bool** | |
**isVideoConversionActive** | **bool** | |
**isMachineLearningActive** | **bool** | |
2022-12-19 19:13:10 +01:00
**isStorageMigrationActive** | **bool** | |
2022-10-06 18:25:54 +02:00
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)