Sha256: 249f4c07e188c09b8b4b56c82876c024fcf6df1e8c40442fadf9d37afc64b867
Contents?: true
Size: 1022 Bytes
Versions: 14
Compression:
Stored size: 1022 Bytes
Contents
# PulpPythonClient::RepositoryAddRemoveContent ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **add_content_units** | **Array<String>** | A list of content units to add to a new repository version. This content is added after remove_content_units are removed. | [optional] **remove_content_units** | **Array<String>** | A list of content units to remove from the latest repository version. You may also specify '*' as an entry to remove all content. This content is removed before add_content_units are added. | [optional] **base_version** | **String** | A repository version whose content will be used as the initial set of content for the new repository version | [optional] ## Code Sample ```ruby require 'PulpPythonClient' instance = PulpPythonClient::RepositoryAddRemoveContent.new(add_content_units: null, remove_content_units: null, base_version: null) ```
Version data entries
14 entries across 14 versions & 1 rubygems