Sha256: d1524b920389c8ca98719076be0217d96eb7f40038d55a7abe4316d780c850cc

Contents?: true

Size: 1.43 KB

Versions: 8

Compression:

Stored size: 1.43 KB

Contents

# PulpContainerClient::RepositoryVersionResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_href** | **String** |  | [optional] [readonly] 
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] 
**pulp_last_updated** | **DateTime** | 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] 

## Code Sample

```ruby
require 'PulpContainerClient'

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


Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
pulp_container_client-2.19.5 docs/RepositoryVersionResponse.md
pulp_container_client-2.19.4 docs/RepositoryVersionResponse.md
pulp_container_client-2.20.5 docs/RepositoryVersionResponse.md
pulp_container_client-2.20.4 docs/RepositoryVersionResponse.md
pulp_container_client-2.20.3 docs/RepositoryVersionResponse.md
pulp_container_client-2.20.2 docs/RepositoryVersionResponse.md
pulp_container_client-2.20.1 docs/RepositoryVersionResponse.md
pulp_container_client-2.21.0 docs/RepositoryVersionResponse.md