Added explicit type for job count

This commit is contained in:
Alex Tran
2022-10-06 12:43:02 -05:00
parent 46994c3355
commit 471a60dcb0
4 changed files with 21 additions and 26 deletions

View File

@@ -8,11 +8,11 @@ import 'package:openapi/api.dart';
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**active** | **num** | |
**completed** | **num** | |
**failed** | **num** | |
**delayed** | **num** | |
**waiting** | **num** | |
**active** | **int** | |
**completed** | **int** | |
**failed** | **int** | |
**delayed** | **int** | |
**waiting** | **int** | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)