Sha256: e8d671035d5634daaad1d9a92cfd1e2bc133f7935227894b1d5c48c733226986

Contents?: true

Size: 733 Bytes

Versions: 7

Compression:

Stored size: 733 Bytes

Contents

# PulpcoreClient::Worker

## 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] 

## Code Sample

```ruby
require 'PulpcoreClient'

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


Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
pulpcore_client-3.5.0 docs/Worker.md
pulpcore_client-3.4.1 docs/Worker.md
pulpcore_client-3.3.1 docs/Worker.md
pulpcore_client-3.3.0 docs/Worker.md
pulpcore_client-3.2.1 docs/Worker.md
pulpcore_client-3.2.0 docs/Worker.md
pulpcore_client-3.1.1 docs/Worker.md