Sha256: 0c8d03d9b236ea47675d1fb262c48c7664e284d4cd732bc1643fc7e58de595d2
Contents?: true
Size: 1.92 KB
Versions: 13
Compression:
Stored size: 1.92 KB
Contents
# PulpcoreClient::MinimalTaskResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **name** | **String** | The name of task. | **state** | **String** | The current state of the task. The possible values include: 'waiting', 'skipped', 'running', 'completed', 'failed', 'canceled' and 'canceling'. | [optional] [readonly] **unblocked_at** | **DateTime** | Timestamp of when this task was identified ready for pickup. | [optional] [readonly] **started_at** | **DateTime** | Timestamp of when this task started execution. | [optional] [readonly] **finished_at** | **DateTime** | Timestamp of when this task stopped execution. | [optional] [readonly] **worker** | **String** | The worker associated with this task. This field is empty if a worker is not yet assigned. | [optional] [readonly] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::MinimalTaskResponse.new(pulp_href: null, prn: null, pulp_created: null, pulp_last_updated: null, name: null, state: null, unblocked_at: null, started_at: null, finished_at: null, worker: null) ```
Version data entries
13 entries across 13 versions & 1 rubygems