Sha256: 66b857b0e22bc28f15ff3933c1757587da782e06f290f1f5806754a1a4c04ebd

Contents?: true

Size: 998 Bytes

Versions: 10

Compression:

Stored size: 998 Bytes

Contents

# PulpAnsibleClient::Collection

## Properties

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

## Code Sample

```ruby
require 'PulpAnsibleClient'

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


Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
pulp_ansible_client-0.2.0b15 docs/Collection.md
pulp_ansible_client-0.2.0b14 docs/Collection.md
pulp_ansible_client-0.2.0b13 docs/Collection.md
pulp_ansible_client-0.2.0b12 docs/Collection.md
pulp_ansible_client-0.2.0b11 docs/Collection.md
pulp_ansible_client-0.2.0b10 docs/Collection.md
pulp_ansible_client-0.2.0b9 docs/Collection.md
pulp_ansible_client-0.2.0b8 docs/Collection.md
pulp_ansible_client-0.2.0b7 docs/Collection.md
pulp_ansible_client-0.2.0b6 docs/Collection.md