Sha256: 4fabeff60c543080ca546075c22396ab8fc8c21f4d4a5dd88a4dbbb77b3108d4
Contents?: true
Size: 991 Bytes
Versions: 15
Compression:
Stored size: 991 Bytes
Contents
# PulpRpmClient::RpmPackage ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **artifact** | **String** | Artifact file representing the physical content | [optional] **relative_path** | **String** | Path where the artifact is located relative to distributions base_path | **file** | **File** | An uploaded file that may be turned into the artifact of the content unit. | [optional] **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] **upload** | **String** | An uncommitted upload that may be turned into the artifact of the content unit. | [optional] ## Code Sample ```ruby require 'PulpRpmClient' instance = PulpRpmClient::RpmPackage.new(artifact: null, relative_path: null, file: null, repository: null, upload: null) ```
Version data entries
15 entries across 15 versions & 1 rubygems