Sha256: 7c71e4f1a8cb2211d1398ee9474071e4a648a4e6d35cad4683b027222cedd550
Contents?: true
Size: 1.8 KB
Versions: 2
Compression:
Stored size: 1.8 KB
Contents
# PulpFileClient::MinimalTaskResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [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 'PulpFileClient' instance = PulpFileClient::MinimalTaskResponse.new(pulp_href: 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_file_client-3.55.2 | docs/MinimalTaskResponse.md |
pulp_file_client-3.49.14 | docs/MinimalTaskResponse.md |