Sha256: bdf9e8f7d32d1ee46691b0f7a39c046cccde8da48e8f6657c7cc1ad2181f52b9

Contents?: true

Size: 689 Bytes

Versions: 2

Compression:

Stored size: 689 Bytes

Contents

# PulpFileClient::ContentAppStatusResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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] 
**versions** | **Hash<String, String>** | Versions of the components installed. | [optional] [readonly] 

## Code Sample

```ruby
require 'PulpFileClient'

instance = PulpFileClient::ContentAppStatusResponse.new(name: null,
                                 last_heartbeat: null,
                                 versions: null)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pulp_file_client-3.55.2 docs/ContentAppStatusResponse.md
pulp_file_client-3.49.14 docs/ContentAppStatusResponse.md