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