Sha256: 523ea59407ecb64b076c9fc551a8ea19dbc8e27fbb6ea9a88b0cea8b2cf1c095

Contents?: true

Size: 1 KB

Versions: 28

Compression:

Stored size: 1 KB

Contents

# PulpAnsibleClient::RepositoryVersionResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_href** | **String** |  | [optional] [readonly] 
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] 
**number** | **Integer** |  | [optional] [readonly] 
**base_version** | **String** | A repository version whose content was used as the initial set of content for this repository version | [optional] 
**content_summary** | [**ContentSummaryResponse**](ContentSummaryResponse.md) | Various count summaries of the content in the version and the HREF to view them. | [optional] [readonly] 

## Code Sample

```ruby
require 'PulpAnsibleClient'

instance = PulpAnsibleClient::RepositoryVersionResponse.new(pulp_href: null,
                                 pulp_created: null,
                                 number: null,
                                 base_version: null,
                                 content_summary: null)
```


Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
pulp_ansible_client-0.5.1 docs/RepositoryVersionResponse.md
pulp_ansible_client-0.4.3 docs/RepositoryVersionResponse.md
pulp_ansible_client-0.5.0 docs/RepositoryVersionResponse.md
pulp_ansible_client-0.4.2 docs/RepositoryVersionResponse.md
pulp_ansible_client-0.4.1 docs/RepositoryVersionResponse.md
pulp_ansible_client-0.4.0 docs/RepositoryVersionResponse.md
pulp_ansible_client-0.3.0 docs/RepositoryVersionResponse.md
pulp_ansible_client-0.2.0 docs/RepositoryVersionResponse.md