Sha256: d69e9af2801d234eba6c8fbf48fd6dd2ef88f23bb26e68920533557ce6af2146
Contents?: true
Size: 696 Bytes
Versions: 2
Compression:
Stored size: 696 Bytes
Contents
# PulpCertguardClient::ApiAppStatusResponse ## 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] **versions** | **Hash<String, String>** | Versions of the components installed. | [optional] [readonly] ## Code Sample ```ruby require 'PulpCertguardClient' instance = PulpCertguardClient::ApiAppStatusResponse.new(name: null, last_heartbeat: null, versions: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_certguard_client-3.55.2 | docs/ApiAppStatusResponse.md |
pulp_certguard_client-3.49.14 | docs/ApiAppStatusResponse.md |