Sha256: cf082bfeb87c6e220c23c0d410e4b8c542ccd1fa266f3948c1d9c84526a4f5e3

Contents?: true

Size: 1.36 KB

Versions: 7

Compression:

Stored size: 1.36 KB

Contents

# PulpAnsibleClient::CollectionVersionResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**version** | **String** |  | [optional] [readonly] 
**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,
                                 href: null,
                                 created_at: null,
                                 updated_at: null,
                                 artifact: null,
                                 collection: null,
                                 download_url: null,
                                 name: null,
                                 namespace: null,
                                 metadata: null)
```


Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
pulp_ansible_client-0.5.5 docs/CollectionVersionResponse.md
pulp_ansible_client-0.5.4 docs/CollectionVersionResponse.md
pulp_ansible_client-0.5.3 docs/CollectionVersionResponse.md
pulp_ansible_client-0.6.0 docs/CollectionVersionResponse.md
pulp_ansible_client-0.5.2 docs/CollectionVersionResponse.md
pulp_ansible_client-0.5.1 docs/CollectionVersionResponse.md
pulp_ansible_client-0.5.0 docs/CollectionVersionResponse.md