Sha256: 3572d4574cc281c53dec378c348827d2837c1d73c9a325c28f91f8da82e35605

Contents?: true

Size: 733 Bytes

Versions: 5

Compression:

Stored size: 733 Bytes

Contents

# PulpcoreClient::Worker

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] 
**pulp_href** | **String** |  | [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_created: null,
                                 pulp_href: null,
                                 name: null,
                                 last_heartbeat: null)
```


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pulpcore_client-3.4.0 docs/Worker.md
pulpcore_client-3.1.0 docs/Worker.md
pulpcore_client-3.0.1 docs/Worker.md
pulpcore_client-3.0.0 docs/Worker.md
pulpcore_client-3.0.0rc9 docs/Worker.md