Sha256: 056939dae8902c382d37400a658732a8d028afa7df15a8933bbca628c65d2f41
Contents?: true
Size: 732 Bytes
Versions: 22
Compression:
Stored size: 732 Bytes
Contents
# PulpcoreClient::SigningServiceResponse ## 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::SigningServiceResponse.new(pulp_href: null, pulp_created: null, name: null, script: null) ```
Version data entries
22 entries across 22 versions & 1 rubygems