Sha256: b5072ed90a4408df0c9a5518e5e810a31a722886c887ef726c151be16a0c4189
Contents?: true
Size: 689 Bytes
Versions: 127
Compression:
Stored size: 689 Bytes
Contents
# PulpcoreClient::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 'PulpcoreClient' instance = PulpcoreClient::ContentAppStatusResponse.new(name: null, last_heartbeat: null, versions: null) ```
Version data entries
127 entries across 127 versions & 1 rubygems