Sha256: d3c8aabd89374a225d5cb92451ef670eb9b185584909acdfc0d198a33f1c2464

Contents?: true

Size: 1.25 KB

Versions: 1

Compression:

Stored size: 1.25 KB

Contents

# PulpAnsibleClient::AnsibleCollectionVersion

## Properties

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


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pulp_ansible_client-0.16.6 docs/AnsibleCollectionVersion.md