Sha256: 432f3ef7c3b2b9e1a3f7cca517bc5a9c3729aa6db894aac1bd4ad407b8428740

Contents?: true

Size: 1.53 KB

Versions: 11

Compression:

Stored size: 1.53 KB

Contents

# PulpFileClient::RepositoryVersionResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_href** | **String** |  | [optional] [readonly] 
**prn** | **String** | The Pulp Resource Name (PRN). | [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 'PulpFileClient'

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

11 entries across 11 versions & 1 rubygems

Version Path
pulp_file_client-3.63.3 docs/RepositoryVersionResponse.md
pulp_file_client-3.68.0 docs/RepositoryVersionResponse.md
pulp_file_client-3.67.1 docs/RepositoryVersionResponse.md
pulp_file_client-3.63.2 docs/RepositoryVersionResponse.md
pulp_file_client-3.66.1 docs/RepositoryVersionResponse.md
pulp_file_client-3.67.0 docs/RepositoryVersionResponse.md
pulp_file_client-3.63.1 docs/RepositoryVersionResponse.md
pulp_file_client-3.66.0 docs/RepositoryVersionResponse.md
pulp_file_client-3.65.0 docs/RepositoryVersionResponse.md
pulp_file_client-3.64.0 docs/RepositoryVersionResponse.md
pulp_file_client-3.63.0 docs/RepositoryVersionResponse.md