Sha256: d0cf69bb165629106fb56e0bcf529716d9a6a17dd1ca8a4da30ed4d69f6fba56
Contents?: true
Size: 888 Bytes
Versions: 9
Compression:
Stored size: 888 Bytes
Contents
# PulpAnsibleClient::AnsibleCollectionVersion ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **file** | **File** | An uploaded file that may be turned into the artifact of the content unit. | [optional] **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] **name** | **String** | The name of the collection. | **namespace** | **String** | The namespace of the collection. | **version** | **String** | The version of the collection. | ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::AnsibleCollectionVersion.new(file: null, repository: null, name: null, namespace: null, version: null) ```
Version data entries
9 entries across 9 versions & 1 rubygems