Sha256: 5c4fe828bc9b9e12dd34455d918f78ef6115d13a7161f29715684f878df3560a

Contents?: true

Size: 1.49 KB

Versions: 4

Compression:

Stored size: 1.49 KB

Contents

# PulpAnsibleClient::CollectionVersionResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**version** | **String** |  | [optional] [readonly] 
**certification** | [**CertificationEnum**](CertificationEnum.md) |  | [optional] 
**href** | **String** |  | [optional] [readonly] 
**created_at** | **DateTime** |  | 
**updated_at** | **DateTime** |  | 
**artifact** | **String** |  | [optional] [readonly] 
**collection** | [**CollectionRefResponse**](CollectionRefResponse.md) |  | [optional] [readonly] 
**download_url** | **String** |  | [optional] [readonly] 
**name** | **String** |  | [optional] [readonly] 
**namespace** | [**CollectionNamespaceResponse**](CollectionNamespaceResponse.md) |  | [optional] [readonly] 
**metadata** | [**CollectionMetadataResponse**](CollectionMetadataResponse.md) |  | [optional] [readonly] 

## Code Sample

```ruby
require 'PulpAnsibleClient'

instance = PulpAnsibleClient::CollectionVersionResponse.new(version: null,
                                 certification: null,
                                 href: null,
                                 created_at: null,
                                 updated_at: null,
                                 artifact: null,
                                 collection: null,
                                 download_url: null,
                                 name: null,
                                 namespace: null,
                                 metadata: null)
```


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pulp_ansible_client-0.4.3 docs/CollectionVersionResponse.md
pulp_ansible_client-0.4.2 docs/CollectionVersionResponse.md
pulp_ansible_client-0.4.1 docs/CollectionVersionResponse.md
pulp_ansible_client-0.4.0 docs/CollectionVersionResponse.md