Sha256: 68c68c169a65fdf8da01474c211423c434fdac641adb68bc255059f6c8c89667

Contents?: true

Size: 888 Bytes

Versions: 9

Compression:

Stored size: 888 Bytes

Contents

# PulpAnsibleClient::AnsibleCollectionVersion

## 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 artifact of the content unit. | [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(repository: null,
                                 file: null,
                                 name: null,
                                 namespace: null,
                                 version: null)
```


Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
pulp_ansible_client-0.13.1 docs/AnsibleCollectionVersion.md
pulp_ansible_client-0.10.3 docs/AnsibleCollectionVersion.md
pulp_ansible_client-0.12.0 docs/AnsibleCollectionVersion.md
pulp_ansible_client-0.10.2 docs/AnsibleCollectionVersion.md
pulp_ansible_client-0.11.1 docs/AnsibleCollectionVersion.md
pulp_ansible_client-0.10.1 docs/AnsibleCollectionVersion.md
pulp_ansible_client-0.9.2 docs/AnsibleCollectionVersion.md
pulp_ansible_client-0.10.0 docs/AnsibleCollectionVersion.md
pulp_ansible_client-0.9.1 docs/AnsibleCollectionVersion.md