Sha256: a54fc7fe93a06873ed86022ee0b05796a3c9d1b2b905a36ce67b323d74361fb0

Contents?: true

Size: 1.29 KB

Versions: 6

Compression:

Stored size: 1.29 KB

Contents

# PulpAnsibleClient::CollectionMetadataResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**authors** | **Array<String>** |  | [optional] [readonly] 
**contents** | [**AnyType**](.md) |  | [optional] [readonly] 
**dependencies** | [**AnyType**](.md) |  | [optional] [readonly] 
**description** | **String** |  | [optional] [readonly] 
**documentation** | **String** |  | [optional] [readonly] 
**homepage** | **String** |  | [optional] [readonly] 
**issues** | **String** |  | [optional] [readonly] 
**license** | **Array<String>** |  | [optional] [readonly] 
**repository** | **String** |  | [optional] [readonly] 
**tags** | **Array<String>** |  | 

## Code Sample

```ruby
require 'PulpAnsibleClient'

instance = PulpAnsibleClient::CollectionMetadataResponse.new(authors: null,
                                 contents: null,
                                 dependencies: null,
                                 description: null,
                                 documentation: null,
                                 homepage: null,
                                 issues: null,
                                 license: null,
                                 repository: null,
                                 tags: null)
```


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
pulp_ansible_client-0.23.1 docs/CollectionMetadataResponse.md
pulp_ansible_client-0.22.3 docs/CollectionMetadataResponse.md
pulp_ansible_client-0.23.0 docs/CollectionMetadataResponse.md
pulp_ansible_client-0.22.2 docs/CollectionMetadataResponse.md
pulp_ansible_client-0.22.1 docs/CollectionMetadataResponse.md
pulp_ansible_client-0.22.0 docs/CollectionMetadataResponse.md