Sha256: 17b82b2ec147797dc7a8f9eeeccdd95071ab255ef95ca3fd7443fd4e30beefcb

Contents?: true

Size: 1014 Bytes

Versions: 2

Compression:

Stored size: 1014 Bytes

Contents

# PulpAnsibleClient::CollectionResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**href** | **Object** |  | [optional] [readonly] 
**created_at** | **DateTime** |  | 
**updated_at** | **DateTime** |  | 
**namespace** | **String** |  | [optional] [readonly] 
**name** | **String** |  | [optional] [readonly] 
**deprecated** | **Boolean** |  | 
**versions_url** | **Object** |  | [optional] [readonly] 
**highest_version** | **Object** |  | [optional] [readonly] 

## Code Sample

```ruby
require 'PulpAnsibleClient'

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


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pulp_ansible_client-0.3.0 docs/CollectionResponse.md
pulp_ansible_client-0.2.0 docs/CollectionResponse.md