Sha256: edf57ba13b49b4ddda796a6e73f6a786ab1aac27a44e1b3620d967900c40676d

Contents?: true

Size: 1.91 KB

Versions: 2

Compression:

Stored size: 1.91 KB

Contents

# PulpAnsibleClient::UnpaginatedCollectionVersionResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**version** | **String** |  | [optional] [readonly] 
**href** | **String** | Get href. | [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** | Get artifact download URL. | [optional] [readonly] 
**name** | **String** |  | [optional] [readonly] 
**namespace** | [**CollectionNamespaceResponse**](CollectionNamespaceResponse.md) |  | [optional] [readonly] 
**signatures** | **String** |  | [optional] [readonly] 
**metadata** | [**CollectionMetadataResponse**](CollectionMetadataResponse.md) |  | [optional] [readonly] 
**git_url** | **String** | Get the git URL. | [optional] [readonly] 
**git_commit_sha** | **String** | Get the git commit sha. | [optional] [readonly] 

## Code Sample

```ruby
require 'PulpAnsibleClient'

instance = PulpAnsibleClient::UnpaginatedCollectionVersionResponse.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,
                                 signatures: null,
                                 metadata: null,
                                 git_url: null,
                                 git_commit_sha: null)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pulp_ansible_client-0.16.2 docs/UnpaginatedCollectionVersionResponse.md
pulp_ansible_client-0.15.4 docs/UnpaginatedCollectionVersionResponse.md