Sha256: 9e7db56f693341a81e75d42a0b63f744c00b6520b37d3ebc8d5e025ecbd52ea4
Contents?: true
Size: 858 Bytes
Versions: 11
Compression:
Stored size: 858 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] **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, signed_collection: null) ```
Version data entries
11 entries across 11 versions & 1 rubygems