Sha256: 2f12c5e8974f571ac1037d5e7f9815f972aa2859ec968b646cf41b49aaa87bea

Contents?: true

Size: 1.72 KB

Versions: 2

Compression:

Stored size: 1.72 KB

Contents

# PulpAnsibleClient::CollectionSummaryResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_href** | **String** |  | [optional] [readonly] 
**namespace** | **String** | The namespace of the collection. | [optional] [readonly] 
**name** | **String** | The name of the collection. | [optional] [readonly] 
**version** | **String** | The version of the collection. | [optional] [readonly] 
**requires_ansible** | **String** | The version of Ansible required to use the collection. Multiple versions can be separated with a comma. | [optional] [readonly] 
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] 
**contents** | [**AnyType**](.md) | A JSON field with data about the contents. | [optional] [readonly] 
**dependencies** | [**AnyType**](.md) | A dict declaring Collections that this collection requires to be installed for it to be usable. | [optional] [readonly] 
**description** | **String** | A short summary description of the collection. | [optional] [readonly] 
**tags** | [**Array<AnsibleTagResponse>**](AnsibleTagResponse.md) |  | [optional] [readonly] 

## Code Sample

```ruby
require 'PulpAnsibleClient'

instance = PulpAnsibleClient::CollectionSummaryResponse.new(pulp_href: null,
                                 namespace: null,
                                 name: null,
                                 version: null,
                                 requires_ansible: null,
                                 pulp_created: null,
                                 contents: null,
                                 dependencies: null,
                                 description: null,
                                 tags: null)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pulp_ansible_client-0.22.1 docs/CollectionSummaryResponse.md
pulp_ansible_client-0.22.0 docs/CollectionSummaryResponse.md