Sha256: abb0254e77a2a64eceadf1540ccc1256257c32e9f3d507f3bbde03bf05a761d1

Contents?: true

Size: 1.31 KB

Versions: 2

Compression:

Stored size: 1.31 KB

Contents

# PulpMavenClient::RepositoryVersionResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **pulp_href** | **String** |  | [optional][readonly] |
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
| **pulp_last_updated** | **Time** | 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] |

## Example

```ruby
require 'pulp_maven_client'

instance = PulpMavenClient::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

2 entries across 2 versions & 1 rubygems

Version Path
pulp_maven_client-0.9.0 docs/RepositoryVersionResponse.md
pulp_maven_client-0.8.3 docs/RepositoryVersionResponse.md