Sha256: 505809e23379c3e50b913ff2a0022c5305ffceba13d8f767876835a8b88f0839
Contents?: true
Size: 681 Bytes
Versions: 2
Compression:
Stored size: 681 Bytes
Contents
# PulpFileClient::ApiAppStatusResponse ## 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::ApiAppStatusResponse.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/ApiAppStatusResponse.md |
pulp_file_client-3.49.14 | docs/ApiAppStatusResponse.md |