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.28.36 docs/WorkerResponse.md
pulpcore_client-3.22.35 docs/WorkerResponse.md
pulpcore_client-3.22.34 docs/WorkerResponse.md
pulpcore_client-3.28.35 docs/WorkerResponse.md
pulpcore_client-3.28.34 docs/WorkerResponse.md
pulpcore_client-3.22.33 docs/WorkerResponse.md
pulpcore_client-3.22.32 docs/WorkerResponse.md
pulpcore_client-3.28.33 docs/WorkerResponse.md
pulpcore_client-3.21.35 docs/WorkerResponse.md
pulpcore_client-3.22.31 docs/WorkerResponse.md
pulpcore_client-3.21.34 docs/WorkerResponse.md
pulpcore_client-3.21.33 docs/WorkerResponse.md
pulpcore_client-3.22.30 docs/WorkerResponse.md
pulpcore_client-3.28.32 docs/WorkerResponse.md
pulpcore_client-3.28.31 docs/WorkerResponse.md
pulpcore_client-3.28.30 docs/WorkerResponse.md
pulpcore_client-3.22.29 docs/WorkerResponse.md
pulpcore_client-3.21.32 docs/WorkerResponse.md
pulpcore_client-3.22.28 docs/WorkerResponse.md
pulpcore_client-3.21.31 docs/WorkerResponse.md