Sha256: da18f598b0ccfd0405f12cb7fde110a0dbab23ce2bbd29392a9197d530386118

Contents?: true

Size: 2 KB

Versions: 2

Compression:

Stored size: 2 KB

Contents

# PulpAnsibleClient::CollectionVersionResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**version** | **String** |  | [optional] [readonly] 
**href** | **String** |  | [optional] [readonly] 
**created_at** | **DateTime** |  | 
**updated_at** | **DateTime** |  | 
**requires_ansible** | **String** |  | [optional] 
**artifact** | [**ArtifactRefResponse**](ArtifactRefResponse.md) |  | [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] 
**git_url** | **String** |  | [optional] [readonly] 
**git_commit_sha** | **String** |  | [optional] [readonly] 
**manifest** | [**Object**](.md) | A JSON field holding MANIFEST.json data. | [optional] [readonly] 
**files** | [**Object**](.md) | A JSON field holding FILES.json data. | [optional] [readonly] 

## Code Sample

```ruby
require 'PulpAnsibleClient'

instance = PulpAnsibleClient::CollectionVersionResponse.new(version: null,
                                 href: null,
                                 created_at: null,
                                 updated_at: null,
                                 requires_ansible: null,
                                 artifact: null,
                                 collection: null,
                                 download_url: null,
                                 name: null,
                                 namespace: null,
                                 metadata: null,
                                 git_url: null,
                                 git_commit_sha: null,
                                 manifest: null,
                                 files: null)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pulp_ansible_client-0.11.1 docs/CollectionVersionResponse.md
pulp_ansible_client-0.11.0 docs/CollectionVersionResponse.md