Sha256: c7e966039c35f0f2ddf862660c112ed74b5c93fcfd1ac24594394d4fd318970a

Contents?: true

Size: 970 Bytes

Versions: 9

Compression:

Stored size: 970 Bytes

Contents

# PulpRpmClient::RpmPackage

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] 
**artifact** | **String** | Artifact file representing the physical content | [optional] 
**relative_path** | **String** | Path where the artifact is located relative to distributions base_path | [optional] 
**file** | **File** | An uploaded file that may be turned into the content unit. | [optional] 
**upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional] 

## Code Sample

```ruby
require 'PulpRpmClient'

instance = PulpRpmClient::RpmPackage.new(repository: null,
                                 artifact: null,
                                 relative_path: null,
                                 file: null,
                                 upload: null)
```


Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
pulp_rpm_client-3.27.1 docs/RpmPackage.md
pulp_rpm_client-3.27.0 docs/RpmPackage.md
pulp_rpm_client-3.25.5 docs/RpmPackage.md
pulp_rpm_client-3.26.1 docs/RpmPackage.md
pulp_rpm_client-3.25.3 docs/RpmPackage.md
pulp_rpm_client-3.25.2 docs/RpmPackage.md
pulp_rpm_client-3.25.1 docs/RpmPackage.md
pulp_rpm_client-3.25.0 docs/RpmPackage.md
pulp_rpm_client-3.24.0 docs/RpmPackage.md