Sha256: 72d8e8ab0273ab33ed1ab60309722cd8e685a87fcce8b0a27c0a899078f0f89b
Contents?: true
Size: 800 Bytes
Versions: 35
Compression:
Stored size: 800 Bytes
Contents
# PulpAnsibleClient::CollectionVersionCopyMove ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **collection_versions** | **Array<String>** | A list of collection versions to move or copy. | **destination_repositories** | **Array<String>** | List of repository HREFs to put content in. | **signing_service** | **String** | HREF for a signing service. This will be used to sign the collection before moving putting it in any new repositories. | [optional] ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::CollectionVersionCopyMove.new(collection_versions: null, destination_repositories: null, signing_service: null) ```
Version data entries
35 entries across 35 versions & 1 rubygems