Sha256: 1870bbe3ef7d375d72bd8c5d46a1ab4562ac9af0e2a0f172f8c8d9f7c092d021

Contents?: true

Size: 847 Bytes

Versions: 2

Compression:

Stored size: 847 Bytes

Contents

# PulpcoreClient::RepositoryVersion

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**_href** | **String** |  | [optional] 
**_created** | **DateTime** | Timestamp of creation. | [optional] 
**number** | **Integer** |  | [optional] 
**base_version** | **String** | A repository version whose content was used as the initial set of content for this repository version | [optional] 
**content_summary** | [**ContentSummary**](ContentSummary.md) |  | [optional] 

## Code Sample

```ruby
require 'PulpcoreClient'

instance = PulpcoreClient::RepositoryVersion.new(_href: null,
                                 _created: null,
                                 number: null,
                                 base_version: null,
                                 content_summary: null)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pulpcore_client-3.0.0rc6 docs/RepositoryVersion.md
pulpcore_client-3.0.0rc5 docs/RepositoryVersion.md