Sha256: bc9567fe0fc1676ec787c62e2eeccf7e2e44258200131691e87883959000565a

Contents?: true

Size: 1.29 KB

Versions: 93

Compression:

Stored size: 1.29 KB

Contents

# PulpAnsibleClient::CollectionMetadataResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**authors** | **Array<String>** |  | [optional] [readonly] 
**contents** | [**Object**](.md) |  | [optional] [readonly] 
**dependencies** | [**Object**](.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

93 entries across 93 versions & 1 rubygems

Version Path
pulp_ansible_client-0.20.10 docs/CollectionMetadataResponse.md
pulp_ansible_client-0.16.6 docs/CollectionMetadataResponse.md
pulp_ansible_client-0.15.6 docs/CollectionMetadataResponse.md
pulp_ansible_client-0.16.5 docs/CollectionMetadataResponse.md
pulp_ansible_client-0.18.3 docs/CollectionMetadataResponse.md
pulp_ansible_client-0.20.9 docs/CollectionMetadataResponse.md
pulp_ansible_client-0.21.9 docs/CollectionMetadataResponse.md
pulp_ansible_client-0.16.4 docs/CollectionMetadataResponse.md
pulp_ansible_client-0.21.8 docs/CollectionMetadataResponse.md
pulp_ansible_client-0.20.8 docs/CollectionMetadataResponse.md
pulp_ansible_client-0.21.7 docs/CollectionMetadataResponse.md
pulp_ansible_client-0.20.7 docs/CollectionMetadataResponse.md
pulp_ansible_client-0.21.6 docs/CollectionMetadataResponse.md
pulp_ansible_client-0.20.5 docs/CollectionMetadataResponse.md
pulp_ansible_client-0.20.4 docs/CollectionMetadataResponse.md
pulp_ansible_client-0.21.3 docs/CollectionMetadataResponse.md
pulp_ansible_client-0.21.2 docs/CollectionMetadataResponse.md
pulp_ansible_client-0.16.2 docs/CollectionMetadataResponse.md
pulp_ansible_client-0.15.4 docs/CollectionMetadataResponse.md
pulp_ansible_client-0.20.3 docs/CollectionMetadataResponse.md