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