Sha256: adb7c81bbdea0d0b3f1aed8d792730af1c1f444af5a68e94b4ae449e896cf171

Contents?: true

Size: 922 Bytes

Versions: 4

Compression:

Stored size: 922 Bytes

Contents

# PulpRpmClient::RpmRpmRepository

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_href** | **String** |  | [optional] [readonly] 
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] 
**versions_href** | **String** |  | [optional] [readonly] 
**latest_version_href** | **String** |  | [optional] [readonly] 
**name** | **String** | A unique name for this repository. | 
**description** | **String** | An optional description. | [optional] 

## Code Sample

```ruby
require 'PulpRpmClient'

instance = PulpRpmClient::RpmRpmRepository.new(pulp_href: null,
                                 pulp_created: null,
                                 versions_href: null,
                                 latest_version_href: null,
                                 name: null,
                                 description: null)
```


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pulp_rpm_client-3.2.0 docs/RpmRpmRepository.md
pulp_rpm_client-3.1.0 docs/RpmRpmRepository.md
pulp_rpm_client-3.0.0 docs/RpmRpmRepository.md
pulp_rpm_client-3.0.0rc1 docs/RpmRpmRepository.md