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