Sha256: 1192d507f486ef398bedf0dfbaff9cc1120bbf07b7a4c840883acc85ab944e38
Contents?: true
Size: 716 Bytes
Versions: 7
Compression:
Stored size: 716 Bytes
Contents
# PulpcoreClient::SigningService ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **name** | **String** | A unique name used to recognize a script. | **script** | **String** | An absolute path to a script which is going to be used for the signing. | ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::SigningService.new(pulp_href: null, pulp_created: null, name: null, script: null) ```
Version data entries
7 entries across 7 versions & 1 rubygems