Sha256: 32f4f464b42a1596f8d5bb66ffea2e1984841b8c724e76be84ed4874b64ba598

Contents?: true

Size: 1.37 KB

Versions: 1

Compression:

Stored size: 1.37 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 content unit. | [optional] 
**file_url** | **String** | A url that Pulp can download and turn into the content unit. | [optional] 
**artifact** | **String** | Artifact file representing the physical content | [optional] 
**upload** | **String** | An uncommitted upload 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(repository: null,
                                 file: null,
                                 file_url: null,
                                 artifact: null,
                                 upload: 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.23.1 docs/AnsibleCollectionVersion.md