Sha256: bee9d35606ea4215c4305309d054c1acf2e48620c7a6fbe0c2c9275d4b7cf56a

Contents?: true

Size: 1022 Bytes

Versions: 2

Compression:

Stored size: 1022 Bytes

Contents

# PulpMavenClient::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 'PulpMavenClient'

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


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pulp_maven_client-0.3.0 docs/RepositoryVersionResponse.md
pulp_maven_client-0.2.0 docs/RepositoryVersionResponse.md