Sha256: 3256e479d3a832e2a75f30826a75ba958ff456e9fd9e8275474d1e9d8c4cf2a0

Contents?: true

Size: 1.25 KB

Versions: 2

Compression:

Stored size: 1.25 KB

Contents

# PulpAnsibleClient::AnsibleCollectionVersion

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**artifact** | **String** | Artifact file representing the physical content | [optional] 
**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] 
**upload** | **String** | An uncommitted upload that may be turned into the artifact of the content unit. | [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(artifact: null,
                                 file: null,
                                 repository: null,
                                 upload: null,
                                 expected_name: null,
                                 expected_namespace: null,
                                 expected_version: null)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pulp_ansible_client-0.18.2 docs/AnsibleCollectionVersion.md
pulp_ansible_client-0.16.0 docs/AnsibleCollectionVersion.md