Sha256: 60ed65a37e0841fc698e138a9733c292e271983731e42f52b43a05557c0e8500

Contents?: true

Size: 964 Bytes

Versions: 189

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

189 entries across 189 versions & 1 rubygems

Version Path
pulpcore_client-3.29.6 docs/WorkerResponse.md
pulpcore_client-3.29.5 docs/WorkerResponse.md
pulpcore_client-3.28.6 docs/WorkerResponse.md
pulpcore_client-3.23.12 docs/WorkerResponse.md
pulpcore_client-3.22.10 docs/WorkerResponse.md
pulpcore_client-3.21.13 docs/WorkerResponse.md
pulpcore_client-3.18.23 docs/WorkerResponse.md
pulpcore_client-3.29.4 docs/WorkerResponse.md
pulpcore_client-3.23.11 docs/WorkerResponse.md
pulpcore_client-3.28.5 docs/WorkerResponse.md
pulpcore_client-3.18.22 docs/WorkerResponse.md
pulpcore_client-3.21.12 docs/WorkerResponse.md
pulpcore_client-3.22.9 docs/WorkerResponse.md
pulpcore_client-3.23.10 docs/WorkerResponse.md
pulpcore_client-3.29.3 docs/WorkerResponse.md
pulpcore_client-3.21.11 docs/WorkerResponse.md
pulpcore_client-3.22.8 docs/WorkerResponse.md
pulpcore_client-3.29.2 docs/WorkerResponse.md
pulpcore_client-3.28.4 docs/WorkerResponse.md
pulpcore_client-3.23.9 docs/WorkerResponse.md