Sha256: 42ffbb99330e9c44f4f755e81c90a1bf1650b632b557b819d56bd6344b481214
Contents?: true
Size: 965 Bytes
Versions: 5
Compression:
Stored size: 965 Bytes
Contents
# PulpcoreClient::Worker ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **_href** | **String** | | [optional] **_created** | **DateTime** | Timestamp of creation. | [optional] **name** | **String** | The name of the worker. | [optional] **last_heartbeat** | **DateTime** | Timestamp of the last time the worker talked to the service. | [optional] **online** | **Boolean** | True if the worker is considered online, otherwise False | [optional] **missing** | **Boolean** | True if the worker is considerd missing, otherwise False | [optional] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::Worker.new(_href: null, _created: null, name: null, last_heartbeat: null, online: null, missing: null) ```
Version data entries
5 entries across 5 versions & 1 rubygems