Sha256: 9b2dd24ec4d632d956c97c54a2f3c1bfe06038820cd4d0100e587e89164988cb

Contents?: true

Size: 905 Bytes

Versions: 10

Compression:

Stored size: 905 Bytes

Contents

# PulpAnsibleClient::RepositoryVersion

## 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 'PulpAnsibleClient'

instance = PulpAnsibleClient::RepositoryVersion.new(pulp_href: null,
                                 pulp_created: null,
                                 number: null,
                                 base_version: null,
                                 content_summary: null)
```


Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
pulp_ansible_client-0.2.0b15 docs/RepositoryVersion.md
pulp_ansible_client-0.2.0b14 docs/RepositoryVersion.md
pulp_ansible_client-0.2.0b13 docs/RepositoryVersion.md
pulp_ansible_client-0.2.0b12 docs/RepositoryVersion.md
pulp_ansible_client-0.2.0b11 docs/RepositoryVersion.md
pulp_ansible_client-0.2.0b10 docs/RepositoryVersion.md
pulp_ansible_client-0.2.0b9 docs/RepositoryVersion.md
pulp_ansible_client-0.2.0b8 docs/RepositoryVersion.md
pulp_ansible_client-0.2.0b7 docs/RepositoryVersion.md
pulp_ansible_client-0.2.0b6 docs/RepositoryVersion.md