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

Version Path
pulpcore_client-3.7.9 docs/SigningServiceResponse.md
pulpcore_client-3.7.8 docs/SigningServiceResponse.md
pulpcore_client-3.7.7 docs/SigningServiceResponse.md
pulpcore_client-3.7.6 docs/SigningServiceResponse.md
pulpcore_client-3.7.5.post0 docs/SigningServiceResponse.md
pulpcore_client-3.7.5 docs/SigningServiceResponse.md
pulpcore_client-3.7.4 docs/SigningServiceResponse.md
pulpcore_client-3.9.1 docs/SigningServiceResponse.md
pulpcore_client-3.9.0 docs/SigningServiceResponse.md
pulpcore_client-3.6.5.post2 docs/SigningServiceResponse.md
pulpcore_client-3.8.1 docs/SigningServiceResponse.md
pulpcore_client-3.7.3 docs/SigningServiceResponse.md
pulpcore_client-3.6.5 docs/SigningServiceResponse.md
pulpcore_client-3.7.2 docs/SigningServiceResponse.md
pulpcore_client-3.8.0 docs/SigningServiceResponse.md
pulpcore_client-3.7.1 docs/SigningServiceResponse.md
pulpcore_client-3.6.4 docs/SigningServiceResponse.md
pulpcore_client-3.7.0 docs/SigningServiceResponse.md
pulpcore_client-3.6.3 docs/SigningServiceResponse.md
pulpcore_client-3.6.2 docs/SigningServiceResponse.md