Sha256: 55a62571251f6f9038ab56f28f2dc0e1912169ccbe049615f2fc8f57b6d507a7

Contents?: true

Size: 1.25 KB

Versions: 3

Compression:

Stored size: 1.25 KB

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] 
**upload** | **String** | An uncommitted upload that may be turned into the artifact of the content unit. | [optional] 
**artifact** | **String** | Artifact file representing the physical content | [optional] 
**expected_name** | **String** | The name of the collection. | [optional] 
**expected_namespace** | **String** | The namespace of the collection. | [optional] 
**expected_version** | **String** | The version of the collection. | [optional] 

## Code Sample

```ruby
require 'PulpAnsibleClient'

instance = PulpAnsibleClient::AnsibleCollectionVersion.new(repository: null,
                                 file: null,
                                 upload: null,
                                 artifact: null,
                                 expected_name: null,
                                 expected_namespace: null,
                                 expected_version: null)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pulp_ansible_client-0.16.2 docs/AnsibleCollectionVersion.md
pulp_ansible_client-0.17.4 docs/AnsibleCollectionVersion.md
pulp_ansible_client-0.17.2 docs/AnsibleCollectionVersion.md