Sha256: 7943b152f415d58b1e55bfc3e573d8d602724c8d5f718e393feb7639f33edad2

Contents?: true

Size: 1.06 KB

Versions: 42

Compression:

Stored size: 1.06 KB

Contents

# PulpAnsibleClient::CollectionResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**href** | **String** |  | [optional] [readonly] 
**namespace** | **String** |  | [optional] [readonly] 
**name** | **String** |  | [optional] [readonly] 
**deprecated** | **Boolean** |  | [optional] [readonly] 
**versions_url** | **String** |  | [optional] [readonly] 
**highest_version** | [**Object**](.md) |  | [optional] [readonly] 
**created_at** | **DateTime** |  | [optional] [readonly] 
**updated_at** | **DateTime** |  | [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

42 entries across 42 versions & 1 rubygems

Version Path
pulp_ansible_client-0.7.1 docs/CollectionResponse.md
pulp_ansible_client-0.7.0 docs/CollectionResponse.md