Sha256: 4a6409c3aa11ce2f57649632e2e1b2faa9b893fd6d7b7d88a14419dda7c1201c
Contents?: true
Size: 513 Bytes
Versions: 14
Compression:
Stored size: 513 Bytes
Contents
# PulpcoreClient::ContentAppStatus ## 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::ContentAppStatus.new(name: null, last_heartbeat: null) ```
Version data entries
14 entries across 14 versions & 1 rubygems