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