Sha256: a8555bcbb5539c9f81a2ce0eec6f6654a06904d4620f8c726af9091b2b4dba31

Contents?: true

Size: 979 Bytes

Versions: 2

Compression:

Stored size: 979 Bytes

Contents

# PulpContainerClient::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 'PulpContainerClient'

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


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pulp_container_client-2.14.16 docs/WorkerResponse.md
pulp_container_client-2.14.14 docs/WorkerResponse.md