Sha256: 0044264bcb1938d6ee9950868d5d2d1b4a5f51957a0eff5c34a059dfe7577fc4

Contents?: true

Size: 1.54 KB

Versions: 4

Compression:

Stored size: 1.54 KB

Contents

# PulpAnsibleClient::RepositoryVersionResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_href** | **String** |  | [optional] [readonly] 
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly] 
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] 
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] 
**number** | **Integer** |  | [optional] [readonly] 
**repository** | **String** |  | [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,
                                 prn: null,
                                 pulp_created: null,
                                 pulp_last_updated: null,
                                 number: null,
                                 repository: null,
                                 base_version: null,
                                 content_summary: null)
```


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pulp_ansible_client-0.23.1 docs/RepositoryVersionResponse.md
pulp_ansible_client-0.22.3 docs/RepositoryVersionResponse.md
pulp_ansible_client-0.23.0 docs/RepositoryVersionResponse.md
pulp_ansible_client-0.22.2 docs/RepositoryVersionResponse.md