Sha256: c28f29be166d1de3985f3b7fb325062029c548df80600a3f56c04ac2275692e4

Contents?: true

Size: 1.03 KB

Versions: 3

Compression:

Stored size: 1.03 KB

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] 
**upload** | **String** | An uncommitted upload 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,
                                 upload: null,
                                 repository: null,
                                 name: null,
                                 namespace: null,
                                 version: null)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pulp_ansible_client-0.15.3 docs/AnsibleCollectionVersion.md
pulp_ansible_client-0.15.0 docs/AnsibleCollectionVersion.md
pulp_ansible_client-0.14.0 docs/AnsibleCollectionVersion.md