Sha256: 9b529826ce6f7883fd30487b8bb99b59890d819f6ca4e1c93ec8e5ba5e194b1a

Contents?: true

Size: 910 Bytes

Versions: 1

Compression:

Stored size: 910 Bytes

Contents

# PulpPythonClient::RepositoryVersionRead

## 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** | [**ContentSummary**](ContentSummary.md) |  | [optional] 

## Code Sample

```ruby
require 'PulpPythonClient'

instance = PulpPythonClient::RepositoryVersionRead.new(pulp_href: null,
                                 pulp_created: null,
                                 number: null,
                                 base_version: null,
                                 content_summary: null)
```


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pulp_python_client-3.0.0b9 docs/RepositoryVersionRead.md