2023-03-20 17:55:28 +02:00
# openapi.model.JobCountsDto
2022-10-06 18:25:54 +02:00
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
2022-10-06 19:43:02 +02:00
**active** | **int** | |
**completed** | **int** | |
**delayed** | **int** | |
2023-08-01 18:49:18 +02:00
**failed** | **int** | |
2023-03-29 17:33:03 +02:00
**paused** | **int** | |
2023-08-01 18:49:18 +02:00
**waiting** | **int** | |
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)