Sha256: 1891da6fc194fc773cd3da2c98460d5d605f84745bc66c6c197b8e71a54baed0
Contents?: true
Size: 1.96 KB
Versions: 2
Compression:
Stored size: 1.96 KB
Contents
# PulpFileClient::TaskGroupResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **description** | **String** | A description of the task group. | **all_tasks_dispatched** | **Boolean** | Whether all tasks have been spawned for this task group. | **waiting** | **Integer** | Number of tasks in the 'waiting' state | [optional] [readonly] **skipped** | **Integer** | Number of tasks in the 'skipped' state | [optional] [readonly] **running** | **Integer** | Number of tasks in the 'running' state | [optional] [readonly] **completed** | **Integer** | Number of tasks in the 'completed' state | [optional] [readonly] **canceled** | **Integer** | Number of tasks in the 'canceled' state | [optional] [readonly] **failed** | **Integer** | Number of tasks in the 'failed' state | [optional] [readonly] **canceling** | **Integer** | Number of tasks in the 'canceling' state | [optional] [readonly] **group_progress_reports** | [**Array<GroupProgressReportResponse>**](GroupProgressReportResponse.md) | | [optional] [readonly] **tasks** | [**Array<MinimalTaskResponse>**](MinimalTaskResponse.md) | | [optional] [readonly] ## Code Sample ```ruby require 'PulpFileClient' instance = PulpFileClient::TaskGroupResponse.new(pulp_href: null, description: null, all_tasks_dispatched: null, waiting: null, skipped: null, running: null, completed: null, canceled: null, failed: null, canceling: null, group_progress_reports: null, tasks: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_file_client-3.55.2 | docs/TaskGroupResponse.md |
pulp_file_client-3.49.14 | docs/TaskGroupResponse.md |