Sha256: 5597e9dc1a51c7c1c17a3a0a355a1fdfd801f9138f064c637c39d56392f65d7e
Contents?: true
Size: 1002 Bytes
Versions: 10
Compression:
Stored size: 1002 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 artifact of the content unit. | [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(repository: null, artifact: null, relative_path: null, file: null, upload: null) ```
Version data entries
10 entries across 10 versions & 1 rubygems