Sha256: 602bc6f4b8f7835b2ab583a76a38cdc16144a87be240b8b38319912101209804

Contents?: true

Size: 1.22 KB

Versions: 2

Compression:

Stored size: 1.22 KB

Contents

# PulpAnsibleClient::AnsibleCollectionVersion

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional] 
**repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] 
**artifact** | **String** | Artifact file representing the physical content | [optional] 
**file** | **File** | An uploaded file that may be turned into 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(upload: null,
                                 repository: null,
                                 artifact: null,
                                 file: 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.21.8 docs/AnsibleCollectionVersion.md
pulp_ansible_client-0.21.0 docs/AnsibleCollectionVersion.md