Sha256: caf7d2f2f3a7cd299855cda6dec99c45ceab30a19027284d6b597b0720c30900

Contents?: true

Size: 1.58 KB

Versions: 5

Compression:

Stored size: 1.58 KB

Contents

# PulpRpmClient::RpmRpmRepositoryResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_href** | **String** |  | [optional] [readonly] 
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] 
**versions_href** | **String** |  | [optional] [readonly] 
**pulp_labels** | [**Object**](.md) |  | [optional] 
**latest_version_href** | **String** |  | [optional] [readonly] 
**name** | **String** | A unique name for this repository. | 
**description** | **String** | An optional description. | [optional] 
**remote** | **String** |  | [optional] 
**metadata_signing_service** | **String** | A reference to an associated signing service. | [optional] 
**retain_package_versions** | **Integer** | The number of versions of each package to keep in the repository; older versions will be purged. The default is '0', which will disable this feature and keep all versions of each package. | [optional] 

## Code Sample

```ruby
require 'PulpRpmClient'

instance = PulpRpmClient::RpmRpmRepositoryResponse.new(pulp_href: null,
                                 pulp_created: null,
                                 versions_href: null,
                                 pulp_labels: null,
                                 latest_version_href: null,
                                 name: null,
                                 description: null,
                                 remote: null,
                                 metadata_signing_service: null,
                                 retain_package_versions: null)
```


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pulp_rpm_client-3.11.1 docs/RpmRpmRepositoryResponse.md
pulp_rpm_client-3.11.0 docs/RpmRpmRepositoryResponse.md
pulp_rpm_client-3.10.0 docs/RpmRpmRepositoryResponse.md
pulp_rpm_client-3.9.1 docs/RpmRpmRepositoryResponse.md
pulp_rpm_client-3.9.0 docs/RpmRpmRepositoryResponse.md