Sha256: c194f20eb85067109c93423c3c9d6d53fc6e26953a8a25e418e6db5a24d95e00
Contents?: true
Size: 712 Bytes
Versions: 14
Compression:
Stored size: 712 Bytes
Contents
# PulpAnsibleClient::AnsibleCollectionVersionSignature ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] **file** | **File** | An uploaded file that may be turned into the artifact of the content unit. | **signed_collection** | **String** | The content this signature is pointing to. | ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::AnsibleCollectionVersionSignature.new(repository: null, file: null, signed_collection: null) ```
Version data entries
14 entries across 14 versions & 1 rubygems