# PulpcoreClient::TaskGroup ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **description** | **String** | A description of the 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] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::TaskGroup.new(pulp_href: null, description: null, waiting: null, skipped: null, running: null, completed: null, canceled: null, failed: null) ```