Sha256: c3fbba21e4424c808fd6a53e9a4ac5e953ebd396c20b3d8d7644ec982ddc824c
Contents?: true
Size: 749 Bytes
Versions: 38
Compression:
Stored size: 749 Bytes
Contents
# PulpcoreClient::WorkerResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **pulp_href** | **String** | | [optional] [readonly] **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::WorkerResponse.new(pulp_created: null, pulp_href: null, name: null, last_heartbeat: null) ```
Version data entries
38 entries across 38 versions & 1 rubygems