Sha256: bcc6b550d90b552fb8f80c7cad99a44f146883abb35253f57cfb83e431acb903

Contents?: true

Size: 1.32 KB

Versions: 11

Compression:

Stored size: 1.32 KB

Contents

# PulpAnsibleClient::CollectionResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**href** | **String** | Get href. | [optional] [readonly] 
**namespace** | **String** |  | [optional] [readonly] 
**name** | **String** |  | [optional] [readonly] 
**deprecated** | **Boolean** | Get deprecated. | [optional] [readonly] 
**versions_url** | **String** | Get a link to a collection versions list. | [optional] [readonly] 
**highest_version** | [**Object**](.md) | Get a highest version and its link. | [optional] [readonly] 
**created_at** | **DateTime** | Get the timestamp of the lowest version CollectionVersion's created timestamp. | [optional] [readonly] 
**updated_at** | **DateTime** | Get the timestamp of the highest version CollectionVersion's created timestamp. | [optional] [readonly] 

## Code Sample

```ruby
require 'PulpAnsibleClient'

instance = PulpAnsibleClient::CollectionResponse.new(href: null,
                                 namespace: null,
                                 name: null,
                                 deprecated: null,
                                 versions_url: null,
                                 highest_version: null,
                                 created_at: null,
                                 updated_at: null)
```


Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
pulp_ansible_client-0.18.3 docs/CollectionResponse.md
pulp_ansible_client-0.16.2 docs/CollectionResponse.md
pulp_ansible_client-0.15.4 docs/CollectionResponse.md
pulp_ansible_client-0.17.5 docs/CollectionResponse.md
pulp_ansible_client-0.18.2 docs/CollectionResponse.md
pulp_ansible_client-0.18.1 docs/CollectionResponse.md
pulp_ansible_client-0.17.4 docs/CollectionResponse.md
pulp_ansible_client-0.17.3 docs/CollectionResponse.md
pulp_ansible_client-0.17.2 docs/CollectionResponse.md
pulp_ansible_client-0.18.0 docs/CollectionResponse.md
pulp_ansible_client-0.17.1 docs/CollectionResponse.md