Sha256: 35d246aa9519682b06979c55bc26916f0a45f48ced11855282166ce174b2665f
Contents?: true
Size: 1.33 KB
Versions: 300
Compression:
Stored size: 1.33 KB
Contents
# PulpcoreClient::MinimalTaskResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [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] **started_at** | **DateTime** | Timestamp of the when this task started execution. | [optional] [readonly] **finished_at** | **DateTime** | Timestamp of the 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, name: null, state: null, started_at: null, finished_at: null, worker: null) ```
Version data entries
300 entries across 300 versions & 1 rubygems