Sha256: 587141d529c071ca2c0e68f54883b0188bc8acbd02cdb99a1b4983646b39572a

Contents?: true

Size: 491 Bytes

Versions: 4

Compression:

Stored size: 491 Bytes

Contents

# PulpcoreClient::ContentAppStatus

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | The name of the worker. | [optional] 
**last_heartbeat** | **DateTime** | Timestamp of the last time the worker talked to the service. | [optional] 

## Code Sample

```ruby
require 'PulpcoreClient'

instance = PulpcoreClient::ContentAppStatus.new(name: null,
                                 last_heartbeat: null)
```


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pulpcore_client-3.0.0rc6 docs/ContentAppStatus.md
pulpcore_client-3.0.0rc5 docs/ContentAppStatus.md
pulpcore_client-3.0.0rc4 docs/ContentAppStatus.md
pulpcore_client-3.0.0rc3 docs/ContentAppStatus.md