Sha256: b3effd7993fe4a344a94fe17da30c9266f18df0b97b0090b73cfd5f9f1c99092
Contents?: true
Size: 1.8 KB
Versions: 47
Compression:
Stored size: 1.8 KB
Contents
# PulpcoreClient::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 'PulpcoreClient' instance = PulpcoreClient::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
47 entries across 47 versions & 1 rubygems