Sha256: 2f1ade85012f3f1c6c75761ac5d8d362cd484c9a21d24e6fc562f4acff55f166
Contents?: true
Size: 529 Bytes
Versions: 281
Compression:
Stored size: 529 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] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::ContentAppStatusResponse.new(name: null, last_heartbeat: null) ```
Version data entries
281 entries across 281 versions & 1 rubygems