Sha256: e05a05c56c2c08450331ec82bdda23ebaed4b4ed58872553fb0800ae8bdba79e

Contents?: true

Size: 1.1 KB

Versions: 8

Compression:

Stored size: 1.1 KB

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] 
**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 'PulpMavenClient'

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


Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
pulp_maven_client-0.8.0 docs/RepositoryVersionResponse.md
pulp_maven_client-0.7.0 docs/RepositoryVersionResponse.md
pulp_maven_client-0.6.0 docs/RepositoryVersionResponse.md
pulp_maven_client-0.5.0 docs/RepositoryVersionResponse.md
pulp_maven_client-0.4.0 docs/RepositoryVersionResponse.md
pulp_maven_client-0.3.3 docs/RepositoryVersionResponse.md
pulp_maven_client-0.3.2 docs/RepositoryVersionResponse.md
pulp_maven_client-0.3.1 docs/RepositoryVersionResponse.md