Sha256: a4b7aaac9c7186965b7e0324b8e539d9ee37aa1dcdffe8dff33776da51cb24c7
Contents?: true
Size: 1010 Bytes
Versions: 5
Compression:
Stored size: 1010 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 content unit. | [optional] **upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional] **file_url** | **String** | A url that Pulp can download and turn into the content unit. | [optional] **signed_collection** | **String** | The content this signature is pointing to. | ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::AnsibleCollectionVersionSignature.new(repository: null, file: null, upload: null, file_url: null, signed_collection: null) ```
Version data entries
5 entries across 5 versions & 1 rubygems