Sha256: cbe9e9839fe2b27368439b9c55d2da248f3d686091dbaac16bdf66eaf025f0d0
Contents?: true
Size: 1002 Bytes
Versions: 42
Compression:
Stored size: 1002 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 | [optional] **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
42 entries across 42 versions & 1 rubygems