Sha256: 60ed65a37e0841fc698e138a9733c292e271983731e42f52b43a05557c0e8500

Contents?: true

Size: 964 Bytes

Versions: 188

Compression:

Stored size: 964 Bytes

Contents

# PulpcoreClient::WorkerResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_href** | **String** |  | [optional] [readonly] 
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] 
**name** | **String** | The name of the worker. | [optional] [readonly] 
**last_heartbeat** | **DateTime** | Timestamp of the last time the worker talked to the service. | [optional] [readonly] 
**current_task** | **String** | The task this worker is currently executing, or empty if the worker is not currently assigned to a task. | [optional] [readonly] 

## Code Sample

```ruby
require 'PulpcoreClient'

instance = PulpcoreClient::WorkerResponse.new(pulp_href: null,
                                 pulp_created: null,
                                 name: null,
                                 last_heartbeat: null,
                                 current_task: null)
```


Version data entries

188 entries across 188 versions & 1 rubygems

Version Path
pulpcore_client-3.20.0 docs/WorkerResponse.md
pulpcore_client-3.18.5 docs/WorkerResponse.md
pulpcore_client-3.18.4 docs/WorkerResponse.md
pulpcore_client-3.19.0 docs/WorkerResponse.md
pulpcore_client-3.18.3 docs/WorkerResponse.md
pulpcore_client-3.18.2 docs/WorkerResponse.md
pulpcore_client-3.18.1 docs/WorkerResponse.md
pulpcore_client-3.18.0 docs/WorkerResponse.md